TPaymentReceipt Class

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

Syntax

[Serialize(0x500911e1)]
public sealed class TPaymentReceipt : IPaymentReceipt, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
BotId int
CredentialsTitle string
CredentialsTitleAsBinary byte[]
Binary representation for the 'CredentialsTitle' property
Currency string
CurrencyAsBinary byte[]
Binary representation for the 'Currency' property
Date int
Flags BitArray
Info IPaymentRequestedInfo
Invoice IInvoice
ProviderId int
Shipping IShippingOption
TotalAmount long
Users TVector<IUser>

Extension Methods

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