Class: AuthorizeNet::API::GetCustomerPaymentProfileNonceResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerPaymentProfileNonceResponse

Instance Method Summary collapse

Constructor Details

#initialize(messages = nil, opaqueData = nil) ⇒ GetCustomerPaymentProfileNonceResponse

Returns a new instance of GetCustomerPaymentProfileNonceResponse.



5366
5367
5368
5369
# File 'lib/authorize_net/api/schema.rb', line 5366

def initialize(messages = nil,opaqueData = nil)
  @messages = messages
  @opaqueData = opaqueData
end