PaymentAccountReq class abstract

PaymentAccountReq

Properties:

  • accountType - Type of cardholder account used for the transaction. Allows a cardholder to select the type of account used for the transaction. Possible values: * CardTotals * Checking * CreditCard * Default * EpurseCard * Investment * Savings * Universal
  • cardAcquisitionReference
  • paymentInstrumentData
Annotations
  • @BuiltValue.new()

Constructors

PaymentAccountReq([void updates(PaymentAccountReqBuilder b)])
factory

Properties

accountType AccountType?
Type of cardholder account used for the transaction. Allows a cardholder to select the type of account used for the transaction. Possible values: * CardTotals * Checking * CreditCard * Default * EpurseCard * Investment * Savings * Universal
no setter
cardAcquisitionReference TransactionIDType?
no setter
hashCode int
The hash code for this object.
no setterinherited
paymentInstrumentData PaymentInstrumentData?
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(PaymentAccountReqBuilder)) PaymentAccountReq
Rebuilds the instance.
inherited
toBuilder() PaymentAccountReqBuilder
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<PaymentAccountReq>
no setter