Represents the data necessary to establish an amount transfer from one customer to another .
name | data type | description |
---|---|---|
fromCustomerAccountCode | string | The source customer account. |
toCustomerAccountCode | string | The recipient customer account. |
amount | number | The amount. |
Example
{ "fromCustomerAccountCode" : "...", "toCustomerAccountCode" : "...", "amount" : 12345.0 }