CustomUI class

This class is used to define a CustomUI object which is used to make payments using the PaymentConst. customUi payment type. It has parameters to define the checkoutId, brandName, cardNumber, holderName, month, year, cvv and enabledTokenization (optional).

Constructors

CustomUI({required String checkoutId, required String brandName, required String cardNumber, required String holderName, required int month, required int year, required int cvv, bool enabledTokenization = false})

Properties

brandName String
getter/setter pair
cardNumber String
getter/setter pair
checkoutId String
getter/setter pair
cvv int
getter/setter pair
enabledTokenization bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holderName String
getter/setter pair
month int
getter/setter pair
paymentType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited