Class: AuthorizeNet::API::GetCustomerPaymentProfileNonceResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetCustomerPaymentProfileNonceResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerPaymentProfileNonceResponse
Instance Method Summary collapse
-
#initialize(messages = nil, opaqueData = nil) ⇒ GetCustomerPaymentProfileNonceResponse
constructor
A new instance of GetCustomerPaymentProfileNonceResponse.
Constructor Details
#initialize(messages = nil, opaqueData = nil) ⇒ GetCustomerPaymentProfileNonceResponse
Returns a new instance of GetCustomerPaymentProfileNonceResponse.
5385 5386 5387 5388 |
# File 'lib/authorize_net/api/schema.rb', line 5385 def initialize( = nil,opaqueData = nil) @messages = @opaqueData = opaqueData end |