Class: AuthorizeNet::API::GetMerchantDetailsRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetMerchantDetailsRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil) ⇒ GetMerchantDetailsRequest

Returns a new instance of GetMerchantDetailsRequest.



4903
4904
4905
4906
# File 'lib/authorize_net/api/schema.rb', line 4903

def initialize(merchantAuthentication = nil, refId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
end