- 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 | |
| Native |
byte[] |
Binary representation for the 'NativeProvider' property
|
| PasswordMissing | bool | |
| ProviderId | int | |
| SavedCredentials | I |
|
| SavedInfo | I |
|
| Url | string | |
| UrlAsBinary | byte[] |
Binary representation for the 'Url' property
|
| Users | TVector |