STPBankAccountHolderType
enum STPBankAccountHolderType {}
The type of entity that holds a bank account.
-
An individual holds this bank account.
Declaration
Objective-C
STPBankAccountHolderTypeIndividual
Swift
case individual = 0
-
A company holds this bank account.
Declaration
Objective-C
STPBankAccountHolderTypeCompany
Swift
case company = 1