PaymentPagesCheckoutSessionConsentCollection constructor
const
PaymentPagesCheckoutSessionConsentCollection({
- PaymentLinksResourcePaymentMethodReuseAgreement? paymentMethodReuseAgreement,
- CheckoutSessionConsentCollectionPromotions? promotions,
- CheckoutSessionConsentCollectionTermsOfService? termsOfService,
PaymentPagesCheckoutSessionConsentCollection
Implementation
const PaymentPagesCheckoutSessionConsentCollection({
this.paymentMethodReuseAgreement,
this.promotions,
this.termsOfService,
});