BillingDetails
data class BillingDetails(val address: PaymentSheet.Address? = null, val email: String? = null, val name: String? = null, val 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.