(supports custom properties)
Document representing an order payment instrument.
Property | Type | Constraints | Description |
---|---|---|---|
amount
|
Decimal | The amount for the payment transaction. | |
etag
|
String | The etag to show the last update status. | |
payment_bank_account
|
PaymentBankAccount | The payment bank account. | |
payment_card
|
PaymentCard | Convenience property to transfer payment card information. | |
payment_method_id
|
String | maxLength=256 | The payment method id. In case of the system payment method CREDIT_CARD the id is combined with a particular payment card type like "CREDIT_CARD.Visa". It is mandatory for creating a payment instrument. |
uuid
|
String | The payment instrument uuid. |