Class: AuthorizeNet::API::TokenMaskedType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::TokenMaskedType
- 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
tokenRequestorId - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(tokenSource = nil, tokenNumber = nil, expirationDate = nil, tokenRequestorId = nil) ⇒ TokenMaskedType
constructor
A new instance of TokenMaskedType.
Constructor Details
#initialize(tokenSource = nil, tokenNumber = nil, expirationDate = nil, tokenRequestorId = nil) ⇒ TokenMaskedType
Returns a new instance of TokenMaskedType.
694 695 696 697 698 699 |
# File 'lib/authorize_net/api/schema.rb', line 694 def initialize(tokenSource = nil, tokenNumber = nil, expirationDate = nil, tokenRequestorId = nil) @tokenSource = tokenSource @tokenNumber = tokenNumber @expirationDate = expirationDate @tokenRequestorId = tokenRequestorId end |