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.



3431
3432
3433
3434
3435
3436
# File 'lib/authorize_net/api/schema.rb', line 3431

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