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.



5418
5419
5420
5421
# File 'lib/authorize_net/api/schema.rb', line 5418

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