Billing

Billing information.

Types

Link copied to clipboard

Properties

Link copied to clipboard
val address: Address? = null

The billing address as it appears on the credit card issuer’s records

Link copied to clipboard
val dateOfBirth: String? = null

Date of birth of the customer in the format: YYYY-MM-DD

Link copied to clipboard
val email: String? = null

Email address of the customer

Link copied to clipboard
val firstName: String? = null

First name of the customer

Link copied to clipboard
val lastName: String? = null

Last name of the customer

Link copied to clipboard
val phone: String? = null

Phone number of the customer

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)