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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)