Class: AuthorizeNet::API::TokenMaskedType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdtokenMaskedType

tokenSource - SOAP::SOAPString
tokenNumber - SOAP::SOAPString
expirationDate - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(tokenSource = nil, tokenNumber = nil, expirationDate = nil) ⇒ TokenMaskedType

Returns a new instance of TokenMaskedType.



659
660
661
662
663
# File 'lib/authorize_net/api/schema.rb', line 659

def initialize(tokenSource = nil, tokenNumber = nil, expirationDate = nil)
  @tokenSource = tokenSource
  @tokenNumber = tokenNumber
  @expirationDate = expirationDate
end