Class: AuthorizeNet::API::DecryptPaymentDataRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsddecryptPaymentDataRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
opaqueData - OpaqueDataType
callId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil) ⇒ DecryptPaymentDataRequest

Returns a new instance of DecryptPaymentDataRequest.



4286
4287
4288
4289
4290
4291
# File 'lib/authorize_net/api/schema.rb', line 4286

def initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @opaqueData = opaqueData
  @callId = callId
end