PaymentElementOptionsTerms constructor

const PaymentElementOptionsTerms({
  1. PaymentElementShowTerms? applePay,
  2. PaymentElementShowTerms? auBecsDebit,
  3. PaymentElementShowTerms? bancontact,
  4. PaymentElementShowTerms? card,
  5. PaymentElementShowTerms? cashApp,
  6. PaymentElementShowTerms? googlePay,
  7. PaymentElementShowTerms? ideal,
  8. PaymentElementShowTerms? payPal,
  9. PaymentElementShowTerms? sepaDebit,
  10. PaymentElementShowTerms? sofort,
  11. PaymentElementShowTerms? usBankAccount,
})

Implementation

const factory PaymentElementOptionsTerms({
  /// Terms for apple pay
  PaymentElementShowTerms? applePay,

  /// Terms for aubecs debit
  PaymentElementShowTerms? auBecsDebit,

  /// Terms for bancontact
  PaymentElementShowTerms? bancontact,

  /// Terms for card
  PaymentElementShowTerms? card,

  /// Terms for cashapp
  PaymentElementShowTerms? cashApp,

  /// Terms for googlePay
  PaymentElementShowTerms? googlePay,

  /// Terms for ideal
  PaymentElementShowTerms? ideal,

  /// Terms for paypal
  PaymentElementShowTerms? payPal,

  /// Terms for sepa debit
  PaymentElementShowTerms? sepaDebit,

  /// Terms for sofort
  PaymentElementShowTerms? sofort,

  /// Terms for usBankAccount
  PaymentElementShowTerms? usBankAccount,
}) = _PaymentElementOptionsTerms;