CheckoutSessionConsentCollectionPaymentMethodReuseAgreement constructor

const CheckoutSessionConsentCollectionPaymentMethodReuseAgreement({
  1. required CheckoutSessionConsentCollectionPaymentMethodReuseAgreementPosition position,
})

If set to `hidden`, it will hide legal text related to the reuse of a payment method.

Implementation

const CheckoutSessionConsentCollectionPaymentMethodReuseAgreement(
    {required this.position});