GooglePayCardNonce

PaymentMethodNonce representing a Google Pay card.

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user's billing address.

Link copied to clipboard
val bin: String

First six digits of card number.

Link copied to clipboard

The BIN data for the card number associated with GooglePayCardNonce

Link copied to clipboard

The card network. This card network value should not be displayed to the buyer.

Link copied to clipboard

Type of this card (e.g. Visa, MasterCard, American Express)

Link copied to clipboard

The user's email address associated the Google Pay account.

Link copied to clipboard
open override val isDefault: Boolean
Link copied to clipboard

true if the card is network tokenized.

Link copied to clipboard

Last four digits of the user's underlying card, intended for display purposes.

Link copied to clipboard

Last two digits of the user's underlying card, intended for display purposes.

Link copied to clipboard

The user's shipping address.

Link copied to clipboard
open override val string: String

Functions

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