- Namespace
- OpenTl
.Schema .Payments - Interfaces
- Implementing Types
graph TD
Interface0["IObject"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["IPaymentReceipt"]
class Type type-node
Type-.->Implementing0["TPaymentReceipt"]
click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Payments/TPaymentReceipt"
Syntax
public interface IPaymentReceipt : IObject
Properties
| Name | Value | Summary |
|---|---|---|
| BotId | int | |
| CredentialsTitle | string | |
| Credentials |
byte[] | |
| Currency | string | |
| CurrencyAsBinary | byte[] | |
| Date | int | |
| Flags | BitArray | |
| Info | I |
|
| Invoice | IInvoice | |
| ProviderId | int | |
| Shipping | IShippingOption | |
| TotalAmount | long | |
| Users | TVector |