Owner

data class Owner : StripeModel

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

Functions

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

Properties

Link copied to clipboard
val address: Address?

Owner’s address.

Link copied to clipboard
val email: String?

Owner’s email address.

Link copied to clipboard
val name: String?

Owner’s full name.

Link copied to clipboard
val phone: String?

Owner’s phone number (including extension).

Link copied to clipboard
val verifiedAddress: Address?

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
val verifiedEmail: String?

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
val verifiedName: String?

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
val verifiedPhone: String?

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.