SessionConsentCollection constructor
const
SessionConsentCollection({
- PaymentPagesCheckoutSessionPaymentMethodReuseAgreement? paymentMethodReuseAgreement,
- SessionPromotions? promotions,
- SessionTermsOfService? termsOfService,
consent_collection_params
Configure fields for the Checkout Session to gather active consent from customers.
Implementation
const SessionConsentCollection({
this.paymentMethodReuseAgreement,
this.promotions,
this.termsOfService,
});