PaymentsPaymentForm class

Payments Payment Form.

ID: a0058751.

Inheritance

Constructors

PaymentsPaymentForm({required bool canSaveCredentials, required bool passwordMissing, required int formId, required int botId, required String title, required String description, WebDocumentBase? photo, required InvoiceBase invoice, required int providerId, required String url, String? nativeProvider, DataJSONBase? nativeParams, List<PaymentFormMethodBase>? additionalMethods, PaymentRequestedInfoBase? savedInfo, List<PaymentSavedCredentialsBase>? savedCredentials, required List<UserBase> users})
Payments Payment Form constructor.
const
PaymentsPaymentForm.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

additionalMethods List<PaymentFormMethodBase>?
Additional Methods.
final
botId int
Bot Id.
final
canSaveCredentials bool
can_save_credentials: bit 2 of flags.2?true
final
description String
Description.
final
flags int
Flags.
no setter
formId int
Form Id.
final
hashCode int
The hash code for this object.
no setterinherited
invoice InvoiceBase
Invoice.
final
nativeParams DataJSONBase?
Native Params.
final
nativeProvider String?
Native Provider.
final
passwordMissing bool
password_missing: bit 3 of flags.3?true
final
photo WebDocumentBase?
Photo.
final
providerId int
Provider Id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedCredentials List<PaymentSavedCredentialsBase>?
Saved Credentials.
final
savedInfo PaymentRequestedInfoBase?
Saved Info.
final
title String
Title.
final
url String
Url.
final
users List<UserBase>
Users.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited