TransferCustomerAccountDto Data Type

Represents the data necessary to establish an amount transfer from one customer to another .

Available Since
8.0.0
Implemented Interfaces
Serializable
Properties
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
}