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