CreateCheckoutSessionRequest constructor
const
CreateCheckoutSessionRequest({
- required String priceId,
- String? countryCode,
- String? clientGeoipCountryCode,
- bool? euWithdrawalWaiverAccepted,
- PricingModeEnum? pricingMode,
- CheckoutPaymentMethodEnum? paymentMethod,
Implementation
const CreateCheckoutSessionRequest({
required this.priceId,
this.countryCode,
this.clientGeoipCountryCode,
this.euWithdrawalWaiverAccepted,
this.pricingMode,
this.paymentMethod,
});