Class: AuthorizeNet::API::PaymentMaskedType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::PaymentMaskedType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdpaymentMaskedType
creditCard - CreditCardMaskedType
bankAccount - BankAccountMaskedType
tokenInformation - TokenMaskedType
Instance Method Summary collapse
-
#initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil) ⇒ PaymentMaskedType
constructor
A new instance of PaymentMaskedType.
Constructor Details
#initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil) ⇒ PaymentMaskedType
Returns a new instance of PaymentMaskedType.
675 676 677 678 679 |
# File 'lib/authorize_net/api/schema.rb', line 675 def initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil) @creditCard = creditCard @bankAccount = bankAccount @tokenInformation = tokenInformation end |