Class: AuthorizeNet::API::DecryptPaymentDataResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::DecryptPaymentDataResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsddecryptPaymentDataResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
shippingInfo - CustomerAddressType
billingInfo - CustomerAddressType
cardInfo - CreditCardMaskedType
paymentDetails - PaymentDetails
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, shippingInfo = nil, billingInfo = nil, cardInfo = nil, paymentDetails = nil) ⇒ DecryptPaymentDataResponse
constructor
A new instance of DecryptPaymentDataResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, shippingInfo = nil, billingInfo = nil, cardInfo = nil, paymentDetails = nil) ⇒ DecryptPaymentDataResponse
Returns a new instance of DecryptPaymentDataResponse.
4601 4602 4603 4604 4605 4606 4607 4608 4609 |
# File 'lib/authorize_net/api/schema.rb', line 4601 def initialize(refId = nil, = nil, sessionToken = nil, shippingInfo = nil, billingInfo = nil, cardInfo = nil, paymentDetails = nil) @refId = refId @messages = @sessionToken = sessionToken @shippingInfo = shippingInfo @billingInfo = billingInfo @cardInfo = cardInfo @paymentDetails = paymentDetails end |