UpdateAccountRequest class abstract
UpdateAccountRequest
Properties:
- accountCode - The code of the account to update.
- bankAccountUUID - The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank account. Payouts in different currencies will be sent to a matching bank account of the account holder.
- description - A description of the account, maximum 256 characters.You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores
_. - metadata - A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
- payoutMethodCode - The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.
- payoutSchedule - The details of the payout schedule to which the account must be updated.
- payoutSpeed - Speed at which payouts for this account are processed. Possible values:
STANDARD(default),SAME_DAY.
- Annotations
-
- @BuiltValue.new()
Constructors
- UpdateAccountRequest([void updates(UpdateAccountRequestBuilder b)])
-
factory
Properties
- accountCode → String
-
The code of the account to update.
no setter
- bankAccountUUID → String?
-
The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank account. Payouts in different currencies will be sent to a matching bank account of the account holder.
no setter
- description → String?
-
A description of the account, maximum 256 characters.You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores
_.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
→ BuiltMap<
String, String> ? -
A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
no setter
- payoutMethodCode → String?
-
The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.
no setter
- payoutSchedule → UpdatePayoutScheduleRequest?
-
The details of the payout schedule to which the account must be updated.
no setter
- payoutSpeed → UpdateAccountRequestPayoutSpeedEnum?
-
Speed at which payouts for this account are processed. Possible values:
STANDARD(default),SAME_DAY.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(UpdateAccountRequestBuilder)) → UpdateAccountRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpdateAccountRequestBuilder -
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<
UpdateAccountRequest> -
no setter