TPaymentForm Class

Namespace
OpenTl.Schema.Payments
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IPaymentForm"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Payments/IPaymentForm" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TPaymentForm"] class Type type-node

Syntax

[Serialize(0x3f56aea3)]
public sealed class TPaymentForm : IPaymentForm, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
BotId int
CanSaveCredentials bool
Flags BitArray
Invoice IInvoice
NativeParams IDataJSON
NativeProvider string
NativeProviderAsBinary byte[]
Binary representation for the 'NativeProvider' property
PasswordMissing bool
ProviderId int
SavedCredentials IPaymentSavedCredentials
SavedInfo IPaymentRequestedInfo
Url string
UrlAsBinary byte[]
Binary representation for the 'Url' property
Users TVector<IUser>

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils