Class: AuthorizeNet::API::BankAccountMaskedType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::BankAccountMaskedType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdbankAccountMaskedType
accountType - BankAccountTypeEnum
routingNumber - SOAP::SOAPString
accountNumber - SOAP::SOAPString
nameOnAccount - SOAP::SOAPString
echeckType - EcheckTypeEnum
bankName - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(accountType = nil, routingNumber = nil, accountNumber = nil, nameOnAccount = nil, echeckType = nil, bankName = nil) ⇒ BankAccountMaskedType
constructor
A new instance of BankAccountMaskedType.
Constructor Details
#initialize(accountType = nil, routingNumber = nil, accountNumber = nil, nameOnAccount = nil, echeckType = nil, bankName = nil) ⇒ BankAccountMaskedType
Returns a new instance of BankAccountMaskedType.
417 418 419 420 421 422 423 424 |
# File 'lib/authorize_net/api/schema.rb', line 417 def initialize(accountType = nil, routingNumber = nil, accountNumber = nil, nameOnAccount = nil, echeckType = nil, bankName = nil) @accountType = accountType @routingNumber = routingNumber @accountNumber = accountNumber @nameOnAccount = nameOnAccount @echeckType = echeckType @bankName = bankName end |