PaymentIntentBillingDetails constructor
const
PaymentIntentBillingDetails({
- AccountSupportAddress? address,
- String? email,
- String? name,
- String? phone,
billing_details_inner_params
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
Implementation
const PaymentIntentBillingDetails({
this.address,
this.email,
this.name,
this.phone,
});