STPPaymentMethodUSBankAccountParams
public class STPPaymentMethodUSBankAccountParams : NSObject
An object representing parameters used to create a US Bank Account Payment Method
-
The raw underlying account holder type string sent to the server. You can use this if you want to create a param of a bank not yet supported by the current version of the SDK’s
STPPaymentMethodUSBankAccountHolderType
enum. Setting this to a value not known by the SDK causesaccountHolderType
to return.unknown
Declaration
Swift
@objc public var accountHolderTypeString: String?
-
Account holder type
Declaration
Swift
@objc public var accountHolderType: STPPaymentMethodUSBankAccountHolderType { get set }
-
Account number of the bank account
Declaration
Swift
@objc public var accountNumber: String?
-
The raw underlying account type string sent to the server. You can use this if you want to create a param of a type not yet supported by the current version of the SDK’s
STPPaymentMethodUSBankAccountType
enum. Setting this to a value not known by the SDK causesaccountType
to return.unknown
Declaration
Swift
@objc public var accountTypeString: String?
-
Account type
Declaration
Swift
@objc public var accountType: STPPaymentMethodUSBankAccountType { get set }
-
Routing number of the bank account
Declaration
Swift
@objc public var routingNumber: String?