public class SecurePaymentContainerRequest 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="data" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutDataType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WebCheckOutDataType |
data |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
SecurePaymentContainerRequest() |
| Modifier and Type | Method and Description |
|---|---|
WebCheckOutDataType |
getData()
Gets the value of the data property.
|
void |
setData(WebCheckOutDataType value)
Sets the value of the data property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected WebCheckOutDataType data
public WebCheckOutDataType getData()
WebCheckOutDataTypepublic void setData(WebCheckOutDataType value)
value - allowed object is
WebCheckOutDataTypeCopyright © 2021. All rights reserved.