Package com.pensio.api.generated
Class InvoiceOrderInfo
java.lang.Object
com.pensio.api.generated.InvoiceOrderInfo
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class InvoiceOrderInfo
extends Object
Java class for InvoiceOrderInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceOrderInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="billingAddress" type="{}InvoiceAddress"/>
<element name="paymentMethod" type="{}paymentMethod"/>
<element name="currency" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="orderAmount" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InvoiceAddressprotected Stringprotected Stringprotected PaymentMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billingAddress property.Gets the value of the currency property.Gets the value of the orderAmount property.Gets the value of the paymentMethod property.voidsetBillingAddress(InvoiceAddress value) Sets the value of the billingAddress property.voidsetCurrency(String value) Sets the value of the currency property.voidsetOrderAmount(String value) Sets the value of the orderAmount property.voidsetPaymentMethod(PaymentMethod value) Sets the value of the paymentMethod property.
-
Field Details
-
billingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected InvoiceAddress billingAddress -
paymentMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected PaymentMethod paymentMethod -
currency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String currency -
orderAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String orderAmount
-
-
Constructor Details
-
InvoiceOrderInfo
public InvoiceOrderInfo()
-
-
Method Details
-
getBillingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public InvoiceAddress getBillingAddress()Gets the value of the billingAddress property.- Returns:
- possible object is
InvoiceAddress
-
setBillingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setBillingAddress(InvoiceAddress value) Sets the value of the billingAddress property.- Parameters:
value- allowed object isInvoiceAddress
-
getPaymentMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public PaymentMethod getPaymentMethod()Gets the value of the paymentMethod property.- Returns:
- possible object is
PaymentMethod
-
setPaymentMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setPaymentMethod(PaymentMethod value) Sets the value of the paymentMethod property.- Parameters:
value- allowed object isPaymentMethod
-
getCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getCurrency()Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCurrency(String value) Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getOrderAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getOrderAmount()Gets the value of the orderAmount property.- Returns:
- possible object is
String
-
setOrderAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setOrderAmount(String value) Sets the value of the orderAmount property.- Parameters:
value- allowed object isString
-