Class: AuthorizeNet::API::PaymentMaskedType

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil) ⇒ PaymentMaskedType

Returns a new instance of PaymentMaskedType.



642
643
644
645
646
# File 'lib/authorize_net/api/schema.rb', line 642

def initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil)
  @creditCard = creditCard
  @bankAccount = bankAccount
  @tokenInformation = tokenInformation
end