BillingDetails
data class BillingDetails @JvmOverloads constructor(val address: Address? = null, val email: String? = null, val name: String? = null, val phone: String? = null) : StripeModel, StripeParamsModel
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.