ReadyRemitTransferRequest

A representation of the main identifiers to build and send the transfer.

Properties of the ReadyRemitTransferRequest class

PropertyRequiredTypeDescription
fieldsNo[ReadyRemitTransferField]Transfer additional fields that contains information about the transfer (like bank id, location id, etc).
quoteByYesStringType of Quote (By Send Amount or Receive Amount).
nonceYesStringA unique ID to let the server confirm the current transfer was already processed or not.
quoteHistoryIdYesStringThe quote ID for this transfer.
recipientAccountIdNoStringThe receipient's account ID. Could be null if there is no a selected account. (like in Cash Pickup transfers).
recipientIdYesStringThe receipient's ID to whom transfer is sent.
sourceAccountIdNoStringThe source accounts of funds ID. It will be any of the IDs passed to the SDK through the ReadyRemitConfiguration object.

Properties of the ReadyRemitTransferField class

PropertyRequiredTypeDescription
idYesStringThe ID of the field.
typeYesStringType of the field (text, phone number, dropdown).
valueYesStringThe value for the field.