Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
productPaymentProducttrueProduct used to describe and complete the payment
amountBigDecimaltrueNumeric Amount to pay of the deposit.
currencyCurrencyfalseCurrency used for the payment. If it is null will get the Currency set on the property by default.



JSON representation

Code Block
languagepowershell
themeDJango
{
    "amount": 100,
    "productPayment": {
        "id": 51,
        "chainProductId": 5,
        "code": "CASH",
        "name": "Cash",
        "nameI18n": "Cash",
        "productType": {
            "id": 3,
            "code": "PAY",
            "name": "Payment",
            "nameI18n": "Payment"
        }
    },
	"currency": null
}