PaymentMethodDomain constructor
const
PaymentMethodDomain({
- required PaymentMethodDomainResourcePaymentMethodStatus applePay,
- required DateTime created,
- required String domainName,
- required bool enabled,
- required PaymentMethodDomainResourcePaymentMethodStatus googlePay,
- required String id,
- required PaymentMethodDomainResourcePaymentMethodStatus link,
- required bool livemode,
- required PaymentMethodDomainResourcePaymentMethodStatus paypal,
PaymentMethodDomainResourcePaymentMethodDomain
A payment method domain represents a web domain that you have registered with Stripe. Stripe Elements use registered payment method domains to control where certain payment methods are shown. Related guides: [Payment method domains](https://stripe.com/docs/payments/payment-methods/pmd-registration).
Implementation
const PaymentMethodDomain({
required this.applePay,
required this.created,
required this.domainName,
required this.enabled,
required this.googlePay,
required this.id,
required this.link,
required this.livemode,
required this.paypal,
});