PaymentIntentBillingDetails constructor

const PaymentIntentBillingDetails({
  1. AccountSupportAddress? address,
  2. String? email,
  3. String? name,
  4. 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,
});