CheckoutOptions constructor

const CheckoutOptions({
  1. AcceptedPaymentMethods? acceptedPaymentMethods,
  2. bool? allowTipping,
  3. bool? askForShippingAddress,
  4. List<CustomField>? customFields,
  5. String? merchantSupportEmail,
  6. String? redirectUrl,
  7. String? subscriptionPlanId,
})

Implementation

const CheckoutOptions({
  this.acceptedPaymentMethods,
  this.allowTipping,
  this.askForShippingAddress,
  this.customFields,
  this.merchantSupportEmail,
  this.redirectUrl,
  this.subscriptionPlanId,
});