CheckoutSessionAfterExpirationRecovery constructor
const
CheckoutSessionAfterExpirationRecovery({})
When set, configuration used to recover the Checkout Session on expiry.
Implementation
const CheckoutSessionAfterExpirationRecovery({
required this.allowPromotionCodes,
required this.enabled,
this.expiresAt,
this.url,
});