CheckoutConfig constructor
const
CheckoutConfig({
- required CheckoutType sheetType,
- required bool isEnabled,
- Map<
Jurisdiction, JurisdictionCheckoutConfig> jurisdictions = const {}, - List<
String> ? paymentMethods,
Implementation
const CheckoutConfig({
required this.sheetType,
required this.isEnabled,
this.jurisdictions = const {},
this.paymentMethods,
});