TransferRoute class abstract
TransferRoute
Properties:
- category - The type of transfer. Possible values: - bank: Transfer to a transfer instrument or a bank account.
- country - The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, US or NL.
- currency - The three-character ISO currency code of transfer. For example, USD or EUR.
- priority - The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. 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).
- requirements - A set of rules defined by clearing houses and banking partners. Your transfer request must adhere to these rules to ensure successful initiation of transfer. Based on the priority, one or more requirements may be returned. Each requirement is defined with a
typeanddescription.
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferRoute([void updates(TransferRouteBuilder b)])
-
factory
Properties
- category → TransferRouteCategoryEnum?
-
The type of transfer. Possible values: - bank: Transfer to a transfer instrument or a bank account.
no setter
- country → String?
-
The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, US or NL.
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
- priority → TransferRoutePriorityEnum?
-
The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. 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
-
requirements
→ BuiltList<
TransferRouteRequirementsInner> ? -
A set of rules defined by clearing houses and banking partners. Your transfer request must adhere to these rules to ensure successful initiation of transfer. Based on the priority, one or more requirements may be returned. Each requirement is defined with a
typeanddescription.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(TransferRouteBuilder)) → TransferRoute -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransferRouteBuilder -
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<
TransferRoute> -
no setter