Class GetInvoicePayer

java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.GetInvoicePayer

public class GetInvoicePayer extends 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="eBillAccountID" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • eBillAccountID

      protected String eBillAccountID
    • billerID

      protected String billerID
    • transactionID

      protected String transactionID
    • fileType

      protected String fileType
  • Constructor Details

    • GetInvoicePayer

      public GetInvoicePayer()
  • Method Details

    • getEBillAccountID

      public String getEBillAccountID()
      Gets the value of the eBillAccountID property.
      Returns:
      possible object is String
    • setEBillAccountID

      public void setEBillAccountID(String value)
      Sets the value of the eBillAccountID property.
      Parameters:
      value - allowed object is String
    • getBillerID

      public String getBillerID()
      Gets the value of the billerID property.
      Returns:
      possible object is String
    • setBillerID

      public void setBillerID(String value)
      Sets the value of the billerID property.
      Parameters:
      value - allowed object is String
    • getTransactionID

      public String getTransactionID()
      Gets the value of the transactionID property.
      Returns:
      possible object is String
    • setTransactionID

      public void setTransactionID(String value)
      Sets the value of the transactionID property.
      Parameters:
      value - allowed object is String
    • getFileType

      public String getFileType()
      Gets the value of the fileType property.
      Returns:
      possible object is String
    • setFileType

      public void setFileType(String value)
      Sets the value of the fileType property.
      Parameters:
      value - allowed object is String