- Namespace
- OpenTl
.Schema .Payments - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IRequest<IPaymentResult>"]-.->Type
Interface1["IRequest"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest"
Interface2["IObject"]-.->Type
click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["RequestSendPaymentForm"]
class Type type-node
Syntax
[Serialize(0x2b8879b3)]
public sealed class RequestSendPaymentForm : IRequest<IPaymentResult>, IRequest, IObject
Attributes
Type | Description |
---|---|
SerializeAttribute |
Properties
Name | Value | Summary |
---|---|---|
Credentials | I |
|
Flags | BitArray | |
MsgId | int | |
RequestedInfoId | string | |
Requested |
byte[] |
Binary representation for the 'RequestedInfoId' property
|
ShippingOptionId | string | |
Shipping |
byte[] |
Binary representation for the 'ShippingOptionId' property
|