TransferFundsRequest class abstract

TransferFundsRequest

Properties:

  • amount - The amount to be transferred.
  • destinationAccountCode - The code of the account to which the funds are to be credited. >The state of the Account Holder of this account must be Active.
  • merchantReference - A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
  • sourceAccountCode - The code of the account from which the funds are to be debited. >The state of the Account Holder of this account must be Active and allow payouts.
  • transferCode - The code related to the type of transfer being performed. >The permitted codes differ for each platform account and are defined in their service level agreement.
Annotations
  • @BuiltValue.new()

Constructors

TransferFundsRequest([void updates(TransferFundsRequestBuilder b)])
factory

Properties

amount Amount
The amount to be transferred.
no setter
destinationAccountCode String
The code of the account to which the funds are to be credited. >The state of the Account Holder of this account must be Active.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantReference String?
A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAccountCode String
The code of the account from which the funds are to be debited. >The state of the Account Holder of this account must be Active and allow payouts.
no setter
transferCode String
The code related to the type of transfer being performed. >The permitted codes differ for each platform account and are defined in their service level agreement.
no setter

Methods

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