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, setRefId
protected String splitTenderId
protected SplitTenderStatusEnum splitTenderStatus
public String getSplitTenderId()
String
public void setSplitTenderId(String value)
value
- allowed object is
String
public SplitTenderStatusEnum getSplitTenderStatus()
SplitTenderStatusEnum
public void setSplitTenderStatus(SplitTenderStatusEnum value)
value
- allowed object is
SplitTenderStatusEnum
Copyright © 2021. All rights reserved.