ReadyRemitTransferRequest
A representation of the main identifiers to build and send the transfer.
Properties of the ReadyRemitTransferRequest class
| Property | Required | Type | Description |
|---|---|---|---|
| fields | No | [ReadyRemitTransferField] | Transfer additional fields that contains information about the transfer (like bank id, location id, etc). |
| quoteBy | Yes | String | Type of Quote (By Send Amount or Receive Amount). |
| nonce | Yes | String | A unique ID to let the server confirm the current transfer was already processed or not. |
| quoteHistoryId | Yes | String | The quote ID for this transfer. |
| recipientAccountId | No | String | The receipient's account ID. Could be null if there is no a selected account. (like in Cash Pickup transfers). |
| recipientId | Yes | String | The receipient's ID to whom transfer is sent. |
| sourceAccountId | No | String | The 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
| Property | Required | Type | Description |
|---|---|---|---|
| id | Yes | String | The ID of the field. |
| type | Yes | String | Type of the field (text, phone number, dropdown). |
| value | Yes | String | The value for the field. |
Updated 8 days ago
