class AuthorizeNet::API::UpdateSplitTenderGroupRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}updateSplitTenderGroupRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString splitTenderId - SOAP::SOAPString splitTenderStatus - SplitTenderStatusEnum
Public Class Methods
new(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 4033 def initialize(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil) @merchantAuthentication = merchantAuthentication @refId = refId @splitTenderId = splitTenderId @splitTenderStatus = splitTenderStatus end