public class QueryCustomerResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryCustomerResult" type="{https://www.eway.com.au/gateway/managedpayment}CreditCard" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditCard |
queryCustomerResult |
| Constructor and Description |
|---|
QueryCustomerResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreditCard |
getQueryCustomerResult()
Gets the value of the queryCustomerResult property.
|
void |
setQueryCustomerResult(CreditCard value)
Sets the value of the queryCustomerResult property.
|
protected CreditCard queryCustomerResult
public CreditCard getQueryCustomerResult()
CreditCardpublic void setQueryCustomerResult(CreditCard value)
value - the value
allowed object is
CreditCardstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.