class AuthorizeNet::API::PaymentMaskedType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType

creditCard - CreditCardMaskedType
bankAccount - BankAccountMaskedType
tokenInformation - TokenMaskedType

Public Class Methods

new(creditCard = nil, bankAccount = nil, tokenInformation = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 675
def initialize(creditCard = nil, bankAccount = nil, tokenInformation = nil)
  @creditCard = creditCard
  @bankAccount = bankAccount
  @tokenInformation = tokenInformation
end