Class: AuthorizeNet::API::UpdateSplitTenderGroupRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateSplitTenderGroupRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
splitTenderId - SOAP::SOAPString
splitTenderStatus - SplitTenderStatusEnum

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil) ⇒ UpdateSplitTenderGroupRequest

Returns a new instance of UpdateSplitTenderGroupRequest.



3760
3761
3762
3763
3764
3765
# File 'lib/authorize_net/api/schema.rb', line 3760

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