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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
splitTenderId |
protected SplitTenderStatusEnum |
splitTenderStatus |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
UpdateSplitTenderGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected String splitTenderId
protected SplitTenderStatusEnum splitTenderStatus
public String getSplitTenderId()
Stringpublic void setSplitTenderId(String value)
value - allowed object is
Stringpublic SplitTenderStatusEnum getSplitTenderStatus()
SplitTenderStatusEnumpublic void setSplitTenderStatus(SplitTenderStatusEnum value)
value - allowed object is
SplitTenderStatusEnumCopyright © 2021. All rights reserved.