- Namespace
- OpenTl
.Schema .Payments - Interfaces
- Implementing Types
graph TD
Interface0["IObject"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["IPaymentForm"]
class Type type-node
Type-.->Implementing0["TPaymentForm"]
click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Payments/TPaymentForm"
Syntax
public interface IPaymentForm : IObject
Properties
Name | Value | Summary |
---|---|---|
BotId | int | |
CanSaveCredentials | bool | |
Flags | BitArray | |
Invoice | IInvoice | |
NativeParams | IDataJSON | |
NativeProvider | string | |
Native |
byte[] | |
PasswordMissing | bool | |
ProviderId | int | |
SavedCredentials | I |
|
SavedInfo | I |
|
Url | string | |
UrlAsBinary | byte[] | |
Users | TVector |