Owner

data class Owner : StripeModel

Information about the owner of the payment instrument that may be used or required by particular source types.

Properties

Link copied to clipboard

Owner’s address.

Link copied to clipboard

Owner’s email address.

Link copied to clipboard
val name: String?

Owner’s full name.

Link copied to clipboard

Owner’s phone number (including extension).

Link copied to clipboard

Verified owner’s address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.

Link copied to clipboard

Verified owner’s email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.

Link copied to clipboard

Verified owner’s full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.

Link copied to clipboard

Verified owner’s phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.

Functions

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