Account class abstract

Account

Properties:

  • accountCode - The code of the account.
  • 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.
  • beneficiaryAccount - The beneficiary of the account.
  • beneficiaryMerchantReference - The reason that a beneficiary has been set up for this account. This may have been supplied during the setup of a beneficiary at the discretion of the executing user.
  • description - A description of the account.
  • 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 account's payout schedule.
  • payoutSpeed - Speed with which payouts for this account are processed. Permitted values: STANDARD, SAME_DAY.
  • status - The status of the account. Possible values: Active, Inactive, Suspended, Closed.
Annotations
  • @BuiltValue.new()

Constructors

Account([void updates(AccountBuilder b)])
factory

Properties

accountCode String?
The code of the account.
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
beneficiaryAccount String?
The beneficiary of the account.
no setter
beneficiaryMerchantReference String?
The reason that a beneficiary has been set up for this account. This may have been supplied during the setup of a beneficiary at the discretion of the executing user.
no setter
description String?
A description of the account.
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 PayoutScheduleResponse?
The account's payout schedule.
no setter
payoutSpeed AccountPayoutSpeedEnum?
Speed with which payouts for this account are processed. Permitted values: STANDARD, SAME_DAY.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the account. Possible values: Active, Inactive, Suspended, Closed.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountBuilder)) Account
Rebuilds the instance.
inherited
toBuilder() AccountBuilder
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<Account>
no setter