public class ProcessPaymentWithCVN
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="managedCustomerID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="invoiceReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cvn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected java.lang.String |
cvn |
protected java.lang.String |
invoiceDescription |
protected java.lang.String |
invoiceReference |
protected long |
managedCustomerID |
| Constructor and Description |
|---|
ProcessPaymentWithCVN() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getCvn()
Gets the value of the cvn property.
|
java.lang.String |
getInvoiceDescription()
Gets the value of the invoiceDescription property.
|
java.lang.String |
getInvoiceReference()
Gets the value of the invoiceReference property.
|
long |
getManagedCustomerID()
Gets the value of the managedCustomerID property.
|
void |
setAmount(int value)
Sets the value of the amount property.
|
void |
setCvn(java.lang.String value)
Sets the value of the cvn property.
|
void |
setInvoiceDescription(java.lang.String value)
Sets the value of the invoiceDescription property.
|
void |
setInvoiceReference(java.lang.String value)
Sets the value of the invoiceReference property.
|
void |
setManagedCustomerID(long value)
Sets the value of the managedCustomerID property.
|
protected long managedCustomerID
protected int amount
protected java.lang.String invoiceReference
protected java.lang.String invoiceDescription
protected java.lang.String cvn
public long getManagedCustomerID()
public void setManagedCustomerID(long value)
public int getAmount()
public void setAmount(int value)
public java.lang.String getInvoiceReference()
Stringpublic void setInvoiceReference(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInvoiceDescription()
Stringpublic void setInvoiceDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCvn()
Stringpublic void setCvn(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.