STPBankAccountHolderType
@objc
public enum STPBankAccountHolderType : Int
The type of entity that holds a bank account.
-
An individual holds this bank account.
Declaration
Swift
case individual
-
A company holds this bank account.
Declaration
Swift
case company