Class GetEBillRecipientSubscriptionStatus

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

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

    • billerID

      protected String billerID
    • recipientID

      protected String recipientID
  • Constructor Details

    • GetEBillRecipientSubscriptionStatus

      public GetEBillRecipientSubscriptionStatus()
  • Method Details

    • 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
    • getRecipientID

      public String getRecipientID()
      Gets the value of the recipientID property.
      Returns:
      possible object is String
    • setRecipientID

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