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.



4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'lib/authorize_net/api/schema.rb', line 4585

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