Class: AuthorizeNet::API::UpdateHeldTransactionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdUpdateHeldTransactionRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UpdateHeldTransactionRequest.



5091
5092
5093
5094
# File 'lib/authorize_net/api/schema.rb', line 5091

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