Class: AuthorizeNet::API::UpdateSplitTenderGroupRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::UpdateSplitTenderGroupRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil) ⇒ UpdateSplitTenderGroupRequest
constructor
A new instance of UpdateSplitTenderGroupRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil) ⇒ UpdateSplitTenderGroupRequest
Returns a new instance of UpdateSplitTenderGroupRequest.
3652 3653 3654 3655 3656 3657 |
# File 'lib/authorize_net/api/schema.rb', line 3652 def initialize(merchantAuthentication = nil, refId = nil, splitTenderId = nil, splitTenderStatus = nil) @merchantAuthentication = merchantAuthentication @refId = refId @splitTenderId = splitTenderId @splitTenderStatus = splitTenderStatus end |