| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.ExternalPaymentOptions | |
Java class for ExternalPaymentOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalPaymentOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="GatewayOrderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentMethodId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="ReferenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| effectiveDate | |||||||||||
| gatewayOrderId | |||||||||||
| paymentMethodId | |||||||||||
| referenceId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the gatewayOrderId property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the referenceId property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the gatewayOrderId property.
| |||||||||||
Sets the value of the paymentMethodId property.
| |||||||||||
Sets the value of the referenceId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the effectiveDate property.
Gets the value of the gatewayOrderId property.
Gets the value of the paymentMethodId property.
Gets the value of the referenceId property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the gatewayOrderId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentMethodId property.
| value | Allowed object is String |
|---|
Sets the value of the referenceId property.
| value | Allowed object is String |
|---|