UpdateAccountResponse class abstract

UpdateAccountResponse

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.
  • description - The description of the account.
  • invalidFields - A list of fields that caused the /updateAccount request to fail.
  • metadata - A set of key and value pairs containing metadata.
  • 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 is updated.
  • payoutSpeed - Speed at which payouts for this account are processed. Possible values: STANDARD, SAME_DAY.
  • pspReference - The reference of a request. Can be used to uniquely identify the request.
  • resultCode - The result code.
Annotations
  • @BuiltValue.new()

Constructors

UpdateAccountResponse([void updates(UpdateAccountResponseBuilder 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
description String?
The description of the account.
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidFields → BuiltList<ErrorFieldType>?
A list of fields that caused the /updateAccount request to fail.
no setter
metadata → BuiltMap<String, String>?
A set of key and value pairs containing metadata.
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 details of the payout schedule to which the account is updated.
no setter
payoutSpeed UpdateAccountResponsePayoutSpeedEnum?
Speed at which payouts for this account are processed. Possible values: STANDARD, SAME_DAY.
no setter
pspReference String?
The reference of a request. Can be used to uniquely identify the request.
no setter
resultCode String?
The result code.
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(UpdateAccountResponseBuilder)) UpdateAccountResponse
Rebuilds the instance.
inherited
toBuilder() UpdateAccountResponseBuilder
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<UpdateAccountResponse>
no setter