| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type identifier for this transfer record. | [default to null] |
| recipient | String | Identifier of the merchant receiving the funds. | [default to null] |
| remitter | String | Identifier of the merchant sending the funds. | [default to null] |
| amount | Integer | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | [default to null] |
| currency | Currency | [default to null] | |
| happened_at | Date | Timestamp when the transfer occurred. | [default to null] |