Class: AuthorizeNet::API::UpdateMerchantDetailsResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::UpdateMerchantDetailsResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateMerchantDetailsResponse
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, messages = nil) ⇒ UpdateMerchantDetailsResponse
constructor
A new instance of UpdateMerchantDetailsResponse.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, messages = nil) ⇒ UpdateMerchantDetailsResponse
Returns a new instance of UpdateMerchantDetailsResponse.
5397 5398 5399 5400 5401 |
# File 'lib/authorize_net/api/schema.rb', line 5397 def initialize(merchantAuthentication = nil, refId = nil, = nil) @merchantAuthentication = merchantAuthentication @refId = refId @messages = end |