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.



3633
3634
3635
3636
3637
3638
# File 'lib/authorize_net/api/schema.rb', line 3633

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