PaymentPagesCheckoutSessionConsentCollection constructor

const PaymentPagesCheckoutSessionConsentCollection({
  1. PaymentLinksResourcePaymentMethodReuseAgreement? paymentMethodReuseAgreement,
  2. CheckoutSessionConsentCollectionPromotions? promotions,
  3. CheckoutSessionConsentCollectionTermsOfService? termsOfService,
})

PaymentPagesCheckoutSessionConsentCollection

Implementation

const PaymentPagesCheckoutSessionConsentCollection({
  this.paymentMethodReuseAgreement,
  this.promotions,
  this.termsOfService,
});