FulfilmentType
Represents an amount of money that can be used to fulfil an obligation.
Fields
The amount of the fulfilment (in minor currency units), unsigned.
The database ID of the fulfilment source, e.g. the database ID of the payment.
The type of the fulfilment source, e.g. PAYMENT.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"amount": 37,
"sourceIdentifier": "65420000",
"sourceType": "UNKNOWN"
}