|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ANetApiRequest
net.authorize.api.contract.v1.UpdateSplitTenderGroupRequest
public class UpdateSplitTenderGroupRequest
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>
| 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 |
|---|
protected String splitTenderId
protected SplitTenderStatusEnum splitTenderStatus
| Constructor Detail |
|---|
public UpdateSplitTenderGroupRequest()
| Method Detail |
|---|
public String getSplitTenderId()
Stringpublic void setSplitTenderId(String value)
value - allowed object is
Stringpublic SplitTenderStatusEnum getSplitTenderStatus()
SplitTenderStatusEnumpublic void setSplitTenderStatus(SplitTenderStatusEnum value)
value - allowed object is
SplitTenderStatusEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||