/
Payments Trevenque

Payments Trevenque

Structure

FieldTypeRequiredDescription
amountDecimal

depositIdInteger

paymentMethodPaymentMethod

JSON representation

{
        "amount" : 18.500000,
        "depositId" : null,
        "paymentMethod" : {
          "type" : "TC",
          "code" : "VI",
          "name" : "Visa"
        }
}

Related content