PersonTokenParams
data class PersonTokenParams(address: Address?, addressKana: AddressJapanParams?, addressKanji: AddressJapanParams?, dateOfBirth: DateOfBirth?, email: String?, firstName: String?, firstNameKana: String?, firstNameKanji: String?, gender: String?, idNumber: String?, lastName: String?, lastNameKana: String?, lastNameKanji: String?, maidenName: String?, metadata: Map<String, String>?, phone: String?, relationship: PersonTokenParams.Relationship?, ssnLast4: String?, verification: PersonTokenParams.Verification?) : TokenParams
Content copied to clipboard
Creates a single-use token that represents the details for a person. Use this when creating or updating persons associated with a Connect account. See the documentation to learn more.
Constructors
Link copied to clipboard
fun PersonTokenParams(address: Address? = null, addressKana: AddressJapanParams? = null, addressKanji: AddressJapanParams? = null, dateOfBirth: DateOfBirth? = null, email: String? = null, firstName: String? = null, firstNameKana: String? = null, firstNameKanji: String? = null, gender: String? = null, idNumber: String? = null, lastName: String? = null, lastNameKana: String? = null, lastNameKanji: String? = null, maidenName: String? = null, metadata: Map<String, String>? = null, phone: String? = null, relationship: PersonTokenParams.Relationship? = null, ssnLast4: String? = null, verification: PersonTokenParams.Verification? = null)
Content copied to clipboard
Types
Link copied to clipboard
Link copied to clipboard
data class Document @JvmOverloads constructor(front: String?, back: String?) : StripeParamsModel, Parcelable
Content copied to clipboard
Link copied to clipboard
data class Relationship(director: Boolean?, executive: Boolean?, owner: Boolean?, percentOwnership: Int?, representative: Boolean?, title: String?) : StripeParamsModel, Parcelable
Content copied to clipboard
The relationship that this person has with the account’s legal entity.
Link copied to clipboard
data class Verification @JvmOverloads constructor(document: PersonTokenParams.Document?, additionalDocument: PersonTokenParams.Document?) : StripeParamsModel, Parcelable
Content copied to clipboard
The person’s verification status.
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard