Class ConfirmEBillRecipientSubscription
java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.ConfirmEBillRecipientSubscription
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="SubscriptionInitiationToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubscriptionInitiationActivationCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billerID property.Gets the value of the subscriptionInitiationActivationCode property.Gets the value of the subscriptionInitiationToken property.voidsetBillerID(String value) Sets the value of the billerID property.voidSets the value of the subscriptionInitiationActivationCode property.voidSets the value of the subscriptionInitiationToken property.
-
Field Details
-
billerID
-
subscriptionInitiationToken
-
subscriptionInitiationActivationCode
-
-
Constructor Details
-
ConfirmEBillRecipientSubscription
public ConfirmEBillRecipientSubscription()
-
-
Method Details
-
getBillerID
-
setBillerID
-
getSubscriptionInitiationToken
-
setSubscriptionInitiationToken
-
getSubscriptionInitiationActivationCode
-
setSubscriptionInitiationActivationCode
-