- 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 | |
Credentials |
byte[] |
Binary representation for the 'CredentialsTitle' property
|
Currency | string | |
CurrencyAsBinary | byte[] |
Binary representation for the 'Currency' property
|
Date | int | |
Flags | BitArray | |
Info | I |
|
Invoice | IInvoice | |
ProviderId | int | |
Shipping | IShippingOption | |
TotalAmount | long | |
Users | TVector |