public class GetHostedPaymentPageRequest 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="transactionRequest" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionRequestType"/>
<element name="hostedPaymentSettings" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSetting" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfSetting |
hostedPaymentSettings |
protected TransactionRequestType |
transactionRequest |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
GetHostedPaymentPageRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSetting |
getHostedPaymentSettings()
Gets the value of the hostedPaymentSettings property.
|
TransactionRequestType |
getTransactionRequest()
Gets the value of the transactionRequest property.
|
void |
setHostedPaymentSettings(ArrayOfSetting value)
Sets the value of the hostedPaymentSettings property.
|
void |
setTransactionRequest(TransactionRequestType value)
Sets the value of the transactionRequest property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected TransactionRequestType transactionRequest
protected ArrayOfSetting hostedPaymentSettings
public TransactionRequestType getTransactionRequest()
TransactionRequestTypepublic void setTransactionRequest(TransactionRequestType value)
value - allowed object is
TransactionRequestTypepublic ArrayOfSetting getHostedPaymentSettings()
ArrayOfSettingpublic void setHostedPaymentSettings(ArrayOfSetting value)
value - allowed object is
ArrayOfSettingCopyright © 2021. All rights reserved.