{
"paymentAgreementID": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
"amount": {
"currency": "USD",
"value": 50000
},
"tradeInPartnerRmaNumber": "string",
"tradeInPartnerPaymentDate": "2020-12-31"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
paymentAgreementID | string(uuid) | true | none | id of the associated payment agreement |
amount | object | false | none | the amount to pay towards the associated payment agreement |
➥ currency | string | true | none | The three letter currency code as defined in ISO 4217. |
➥ value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |
tradeInPartnerRmaNumber | string | true | none | identifier the tradein partner uses for assessed and approved payments |
tradeInPartnerPaymentDate | string(date) | true | none | the date of the payment logged by Assurant |