CrossmintCheckoutConfig constructor
const
CrossmintCheckoutConfig({
- required CrossmintCheckoutOrder order,
- required CrossmintCheckoutPayment payment,
- CrossmintCheckoutAppearance? appearance,
- String? jwt,
Creates a checkout config.
Implementation
const CrossmintCheckoutConfig({
required this.order,
required this.payment,
this.appearance,
this.jwt,
});