PaymentLinksResourceConsentCollection constructor

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

PaymentLinksResourceConsentCollection

Implementation

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