class AuthorizeNet::API::DecryptPaymentDataRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}decryptPaymentDataRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString opaqueData - OpaqueDataType callId - SOAP::SOAPString
Public Class Methods
new(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 4559 def initialize(merchantAuthentication = nil, refId = nil, opaqueData = nil, callId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @opaqueData = opaqueData @callId = callId end