Class: AuthorizeNet::API::DecryptPaymentDataRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::DecryptPaymentDataRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil) ⇒ DecryptPaymentDataRequest
constructor
A new instance of DecryptPaymentDataRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil) ⇒ DecryptPaymentDataRequest
Returns a new instance of DecryptPaymentDataRequest.
4129 4130 4131 4132 4133 4134 |
# File 'lib/authorize_net/api/schema.rb', line 4129 def initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @opaqueData = opaqueData @callId = callId end |