ReadyUI class

ReadyUI class holds all the necessary data related to the ReadyUI payment method which is used in PaymentConst. It is required to provide checkoutId when initializing the class. Also, we can provide brandName and themColorHexIOS as optional values. setStorePaymentDetailsMode is set to false by default.

Constructors

ReadyUI({required String checkoutId, required List<String> brandsName, String merchantIdApplePayIOS = "", String countryCodeApplePayIOS = "", String companyNameApplePayIOS = "", String themColorHexIOS = "", bool setStorePaymentDetailsMode = false})

Properties

brandsName List<String>
getter/setter pair
checkoutId String
getter/setter pair
companyNameApplePayIOS String
getter/setter pair
countryCodeApplePayIOS String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantIdApplePayIOS String
getter/setter pair
paymentType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setStorePaymentDetailsMode bool
getter/setter pair
themColorHexIOS String
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