DebitAccountHolderRequest class abstract
DebitAccountHolderRequest
Properties:
- accountHolderCode - The code of the account holder.
- amount - The amount to be debited from the account holder's bank account.
- bankAccountUUID - The Adyen-generated unique alphanumeric identifier (UUID) of the account holder's bank account.
- description - A description of the direct debit. Maximum length: 35 characters. Allowed characters: a-z, A-Z, 0-9, and special characters _/?:().,'+ ";.
- merchantAccount - Your merchant account.
- splits - Contains instructions on how to split the funds between the accounts in your platform. The request must have at least one split item.
- Annotations
-
- @BuiltValue.new()
Constructors
- DebitAccountHolderRequest([void updates(DebitAccountHolderRequestBuilder b)])
-
factory
Properties
- accountHolderCode → String
-
The code of the account holder.
no setter
- amount → Amount
-
The amount to be debited from the account holder's bank account.
no setter
- bankAccountUUID → String
-
The Adyen-generated unique alphanumeric identifier (UUID) of the account holder's bank account.
no setter
- description → String?
-
A description of the direct debit. Maximum length: 35 characters. Allowed characters: a-z, A-Z, 0-9, and special characters _/?:().,'+ ";.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
Your merchant account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
splits
→ BuiltList<
Split> -
Contains instructions on how to split the funds between the accounts in your platform. The request must have at least one split item.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DebitAccountHolderRequestBuilder)) → DebitAccountHolderRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → DebitAccountHolderRequestBuilder -
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<
DebitAccountHolderRequest> -
no setter