stripe-android
payments-core
/
com.stripe.android.model
/
PaymentMethod
/
USBankAccount
/
USBankAccountHolderType
USBank
Account
Holder
Type
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
enum
USBankAccountHolderType
:
Enum
<
PaymentMethod.USBankAccount.USBankAccountHolderType
>
,
StripeModel
Content copied to clipboard
Entries
Functions
Properties
Entries
COMPANY
Link copied to clipboard
COMPANY
(
"company"
)
Content copied to clipboard
INDIVIDUAL
Link copied to clipboard
INDIVIDUAL
(
"individual"
)
Content copied to clipboard
UNKNOWN
Link copied to clipboard
UNKNOWN
(
"unknown"
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard