PaymentElementOptionsTerms constructor
const
PaymentElementOptionsTerms({
- PaymentElementShowTerms? applePay,
- PaymentElementShowTerms? auBecsDebit,
- PaymentElementShowTerms? bancontact,
- PaymentElementShowTerms? card,
- PaymentElementShowTerms? cashApp,
- PaymentElementShowTerms? googlePay,
- PaymentElementShowTerms? ideal,
- PaymentElementShowTerms? payPal,
- PaymentElementShowTerms? sepaDebit,
- PaymentElementShowTerms? sofort,
- 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;