Class InvoiceOrderInfo

java.lang.Object
com.pensio.api.generated.InvoiceOrderInfo

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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 Details

    • billingAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected InvoiceAddress billingAddress
    • paymentMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected PaymentMethod paymentMethod
    • currency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String currency
    • orderAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setBillingAddress(InvoiceAddress value)
      Sets the value of the billingAddress property.
      Parameters:
      value - allowed object is InvoiceAddress
    • getPaymentMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setPaymentMethod(PaymentMethod value)
      Sets the value of the paymentMethod property.
      Parameters:
      value - allowed object is PaymentMethod
    • getCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getOrderAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setOrderAmount(String value)
      Sets the value of the orderAmount property.
      Parameters:
      value - allowed object is String