PaymentVariantDTO
The PaymentVariantDTO object represents data about a possible payment option for an invoice.
Field Descriptions
| Name | Type | Description |
|---|---|---|
| method | PaymentMethod | Payment method (bank code) specified during creation. |
| option | PaymentOption | Payment type specified when creating the invoice, e.g., TO_CARD, SBP, etc. |
Example
{
"option": "TO_CARD",
"method": "sberbank"
}