BillingDetails 
    class BillingDetails(address: PaymentSheet.Address? = null, email: String? = null, name: String? = null, phone: String? = null) : Parcelable
Constructors
Link copied to clipboard
                  constructor(address: PaymentSheet.Address? = null, email: String? = null, name: String? = null, phone: String? = null)
Types
Link copied to clipboard
                  class Builder
BillingDetails builder for cleaner object creation from Java.