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>
brandName variable could be used to store the name of the brand or company
getter/setter pair
checkoutId String
declares a string variable named checkoutId without assigning it an initial value.
getter/setter pair
companyNameApplePayIOS String
companyName typically refers to the legal name of your business or organization that is associated with your Apple Pay configuration. This information is used when setting up your Merchant ID for Apple Pay.
getter/setter pair
countryCodeApplePayIOS String
countryCode typically refers to the two-letter country code associated with the region or country where your business or app is based. It is used as part of the configuration for Apple Pay.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantIdApplePayIOS String
merchantId is a unique identifier associated with your Apple Developer account and is used to enable Apple Pay in your iOS app.
getter/setter pair
paymentType String
initializes a variable named paymentType with the value PaymentConst.customUi.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setStorePaymentDetailsMode bool
getter/setter pair
themColorHexIOS String
themColorHexIOS is likely intended to represent the hexadecimal color code for the theme color you want to use in your iOS app. The term may contain a typo; it's more commonly referred to as themeColorHexIOS.
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