Class: AuthorizeNet::API::DecryptPaymentDataResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsddecryptPaymentDataResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
shippingInfo - CustomerAddressType
billingInfo - CustomerAddressType
cardInfo - CreditCardMaskedType
paymentDetails - PaymentDetails

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil, shippingInfo = nil, billingInfo = nil, cardInfo = nil, paymentDetails = nil) ⇒ DecryptPaymentDataResponse

Returns a new instance of DecryptPaymentDataResponse.



4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'lib/authorize_net/api/schema.rb', line 4312

def initialize(refId = nil, messages = nil, sessionToken = nil, shippingInfo = nil, billingInfo = nil, cardInfo = nil, paymentDetails = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
  @shippingInfo = shippingInfo
  @billingInfo = billingInfo
  @cardInfo = cardInfo
  @paymentDetails = paymentDetails
end