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.
4283 4284 4285 4286 4287 4288 4289 4290 4291 |
# File 'lib/authorize_net/api/schema.rb', line 4283 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 |