ReadyUI constructor

ReadyUI({
  1. required String checkoutId,
  2. required List<String> brandsName,
  3. String merchantIdApplePayIOS = "",
  4. String countryCodeApplePayIOS = "",
  5. String companyNameApplePayIOS = "",
  6. String themColorHexIOS = "",
  7. bool setStorePaymentDetailsMode = false,
})

Implementation

ReadyUI({
  required this.checkoutId,
  required this.brandsName,
  this.merchantIdApplePayIOS = "",
  this.countryCodeApplePayIOS = "",
  this.companyNameApplePayIOS = "",
  this.themColorHexIOS = "",
  this.setStorePaymentDetailsMode = false,
});