CheckoutSession constructor
CheckoutSession({})
Implementation
CheckoutSession({
required this.object,
required this.id,
required this.paymentMethodTypes,
this.clientReferenceId,
this.customer,
this.paymentIntent,
});