net.authorize.api.contract.v1
Class UpdateSplitTenderGroupRequest

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiRequest
      extended by net.authorize.api.contract.v1.UpdateSplitTenderGroupRequest
All Implemented Interfaces:
Serializable

public class UpdateSplitTenderGroupRequest
extends ANetApiRequest

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
       <sequence>
         <element name="splitTenderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="splitTenderStatus" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}splitTenderStatusEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String splitTenderId
           
protected  SplitTenderStatusEnum splitTenderStatus
           
 
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
merchantAuthentication, refId
 
Constructor Summary
UpdateSplitTenderGroupRequest()
           
 
Method Summary
 String getSplitTenderId()
          Gets the value of the splitTenderId property.
 SplitTenderStatusEnum getSplitTenderStatus()
          Gets the value of the splitTenderStatus property.
 void setSplitTenderId(String value)
          Sets the value of the splitTenderId property.
 void setSplitTenderStatus(SplitTenderStatusEnum value)
          Sets the value of the splitTenderStatus property.
 
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getMerchantAuthentication, getRefId, setMerchantAuthentication, setRefId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splitTenderId

protected String splitTenderId

splitTenderStatus

protected SplitTenderStatusEnum splitTenderStatus
Constructor Detail

UpdateSplitTenderGroupRequest

public UpdateSplitTenderGroupRequest()
Method Detail

getSplitTenderId

public String getSplitTenderId()
Gets the value of the splitTenderId property.

Returns:
possible object is String

setSplitTenderId

public void setSplitTenderId(String value)
Sets the value of the splitTenderId property.

Parameters:
value - allowed object is String

getSplitTenderStatus

public SplitTenderStatusEnum getSplitTenderStatus()
Gets the value of the splitTenderStatus property.

Returns:
possible object is SplitTenderStatusEnum

setSplitTenderStatus

public void setSplitTenderStatus(SplitTenderStatusEnum value)
Sets the value of the splitTenderStatus property.

Parameters:
value - allowed object is SplitTenderStatusEnum


Copyright © 2014. All Rights Reserved.