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