Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
productPayment | Product | true | Product used to describe and complete the payment |
amount | BigDecimal | true | Numeric Amount to pay of the deposit. |
currency | Currency | false | Currency used for the payment. If it is null will get the Currency set on the property by default. |
JSON representation
{
"amount": 100,
"productPayment": {
"id": 51,
"chainProductId": 5,
"code": "CASH",
"name": "Cash",
"nameI18n": "Cash",
"productType": {
"id": 3,
"code": "PAY",
"name": "Payment",
"nameI18n": "Payment"
}
}
}