TransferRouteRequest class abstract
TransferRouteRequest
Properties:
- balanceAccountId - The unique identifier of the source balance account. Required if
counterpartyis transferInstrumentId. - balancePlatform - The unique identifier assigned to the balance platform associated with the account holder.
- category - The type of transfer. Possible values: - bank: Transfer to a transfer instrument or a bank account.
- counterparty - The recipient of the funds transfer. A bank account or a transfer instrument.
- country - The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, US or NL. > Either
counterpartyorcountryfield must be provided in a transfer route request. - currency - The three-character ISO currency code of transfer. For example, USD or EUR.
- priorities - The list of priorities for the bank transfer. Priorities set the speed at which the transfer is sent and the fees that you have to pay. Multiple values can be provided. Possible values: * regular: For normal, low-value transactions. * fast: A faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions. * wire: The fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions. * instant: For instant funds transfers within the United States and in SEPA locations. * crossBorder: For high-value transfers to a recipient in a different country. * internal: For transfers to an Adyen-issued business bank account (by bank account number/IBAN).
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferRouteRequest([void updates(TransferRouteRequestBuilder b)])
-
factory
Properties
- balanceAccountId → String?
-
The unique identifier of the source balance account. Required if
counterpartyis transferInstrumentId.no setter - balancePlatform → String
-
The unique identifier assigned to the balance platform associated with the account holder.
no setter
- category → TransferRouteRequestCategoryEnum
-
The type of transfer. Possible values: - bank: Transfer to a transfer instrument or a bank account.
no setter
- counterparty → Counterparty?
-
The recipient of the funds transfer. A bank account or a transfer instrument.
no setter
- country → String?
-
The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, US or NL. > Either
counterpartyorcountryfield must be provided in a transfer route request.no setter - currency → String
-
The three-character ISO currency code of transfer. For example, USD or EUR.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
priorities
→ BuiltList<
TransferRouteRequestPrioritiesEnum> ? -
The list of priorities for the bank transfer. Priorities set the speed at which the transfer is sent and the fees that you have to pay. Multiple values can be provided. Possible values: * regular: For normal, low-value transactions. * fast: A faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions. * wire: The fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions. * instant: For instant funds transfers within the United States and in SEPA locations. * crossBorder: For high-value transfers to a recipient in a different country. * internal: For transfers to an Adyen-issued business bank account (by bank account number/IBAN).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(TransferRouteRequestBuilder)) → TransferRouteRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransferRouteRequestBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
TransferRouteRequest> -
no setter