CheckoutBankTransferAction class abstract

CheckoutBankTransferAction

Properties:

  • accountNumber - The account number of the bank transfer.
  • bankCode - The bank code of the bank transfer.
  • beneficiary - The name of the account holder.
  • bic - The BIC of the IBAN.
  • branchCode - The branch code of the bank transfer.
  • downloadUrl - The url to download payment details with.
  • iban - The IBAN of the bank transfer.
  • paymentMethodType - Specifies the payment method.
  • reference - The transfer reference.
  • routingNumber - The routing number of the bank transfer.
  • shopperEmail - The e-mail of the shopper, included if an e-mail was sent to the shopper.
  • sortCode - The sort code of the bank transfer.
  • totalAmount - The amount of the bank transfer.
  • type - The type of the action.
  • url - Specifies the URL to redirect to.
Annotations
  • @BuiltValue.new()

Constructors

CheckoutBankTransferAction([void updates(CheckoutBankTransferActionBuilder b)])
factory

Properties

accountNumber String?
The account number of the bank transfer.
no setter
bankCode String?
The bank code of the bank transfer.
no setter
beneficiary String?
The name of the account holder.
no setter
bic String?
The BIC of the IBAN.
no setter
branchCode String?
The branch code of the bank transfer.
no setter
downloadUrl String?
The url to download payment details with.
no setter
hashCode int
The hash code for this object.
no setterinherited
iban String?
The IBAN of the bank transfer.
no setter
paymentMethodType String?
Specifies the payment method.
no setter
reference String?
The transfer reference.
no setter
routingNumber String?
The routing number of the bank transfer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperEmail String?
The e-mail of the shopper, included if an e-mail was sent to the shopper.
no setter
sortCode String?
The sort code of the bank transfer.
no setter
totalAmount Amount?
The amount of the bank transfer.
no setter
type CheckoutBankTransferActionTypeEnum
The type of the action.
no setter
url String?
Specifies the URL to redirect to.
no setter

Methods

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