GivexInfo class abstract

GivexInfo

Properties:

  • currencyCode - The three-character ISO currency code, such as EUR.
  • password - The password provided by the acquirer.
  • paymentFlow - The sales channel used for the payment.
  • username - The username provided by the acquirer.
Annotations
  • @BuiltValue.new()

Constructors

GivexInfo([void updates(GivexInfoBuilder b)])
factory

Properties

currencyCode String
The three-character ISO currency code, such as EUR.
no setter
hashCode int
The hash code for this object.
no setterinherited
password String
The password provided by the acquirer.
no setter
paymentFlow GivexInfoPaymentFlowEnum
The sales channel used for the payment.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
The username provided by the acquirer.
no setter

Methods

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