Class BillingCharge

    • Constructor Detail

      • BillingCharge

        public BillingCharge()
    • Method Detail

      • allowedQuantity

        public BillingCharge allowedQuantity​(String allowedQuantity)
        allowedQuantity.
        Returns:
        BillingCharge
      • getAllowedQuantity

        public String getAllowedQuantity()
        Reserved: TBD.
        Returns:
        allowedQuantity
      • setAllowedQuantity

        public void setAllowedQuantity​(String allowedQuantity)
        setAllowedQuantity.
      • getBlocked

        public String getBlocked()
        Reserved: TBD.
        Returns:
        blocked
      • setBlocked

        public void setBlocked​(String blocked)
        setBlocked.
      • chargeName

        public BillingCharge chargeName​(String chargeName)
        chargeName.
        Returns:
        BillingCharge
      • getChargeName

        public String getChargeName()
        Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge |.
        Returns:
        chargeName
      • setChargeName

        public void setChargeName​(String chargeName)
        setChargeName.
      • chargeType

        public BillingCharge chargeType​(String chargeType)
        chargeType.
        Returns:
        BillingCharge
      • getChargeType

        public String getChargeType()
        Reserved: TBD.
        Returns:
        chargeType
      • setChargeType

        public void setChargeType​(String chargeType)
        setChargeType.
      • chargeUnitOfMeasure

        public BillingCharge chargeUnitOfMeasure​(String chargeUnitOfMeasure)
        chargeUnitOfMeasure.
        Returns:
        BillingCharge
      • getChargeUnitOfMeasure

        public String getChargeUnitOfMeasure()
        Reserved: TBD.
        Returns:
        chargeUnitOfMeasure
      • setChargeUnitOfMeasure

        public void setChargeUnitOfMeasure​(String chargeUnitOfMeasure)
        setChargeUnitOfMeasure.
      • firstEffectiveDate

        public BillingCharge firstEffectiveDate​(String firstEffectiveDate)
        firstEffectiveDate.
        Returns:
        BillingCharge
      • getFirstEffectiveDate

        public String getFirstEffectiveDate()
        .
        Returns:
        firstEffectiveDate
      • setFirstEffectiveDate

        public void setFirstEffectiveDate​(String firstEffectiveDate)
        setFirstEffectiveDate.
      • includedQuantity

        public BillingCharge includedQuantity​(String includedQuantity)
        includedQuantity.
        Returns:
        BillingCharge
      • getIncludedQuantity

        public String getIncludedQuantity()
        .
        Returns:
        includedQuantity
      • setIncludedQuantity

        public void setIncludedQuantity​(String includedQuantity)
        setIncludedQuantity.
      • incrementalQuantity

        public BillingCharge incrementalQuantity​(String incrementalQuantity)
        incrementalQuantity.
        Returns:
        BillingCharge
      • getIncrementalQuantity

        public String getIncrementalQuantity()
        Reserved: TBD.
        Returns:
        incrementalQuantity
      • setIncrementalQuantity

        public void setIncrementalQuantity​(String incrementalQuantity)
        setIncrementalQuantity.
      • lastEffectiveDate

        public BillingCharge lastEffectiveDate​(String lastEffectiveDate)
        lastEffectiveDate.
        Returns:
        BillingCharge
      • getLastEffectiveDate

        public String getLastEffectiveDate()
        .
        Returns:
        lastEffectiveDate
      • setLastEffectiveDate

        public void setLastEffectiveDate​(String lastEffectiveDate)
        setLastEffectiveDate.
      • unitPrice

        public BillingCharge unitPrice​(String unitPrice)
        unitPrice.
        Returns:
        BillingCharge
      • getUnitPrice

        public String getUnitPrice()
        Reserved: TBD.
        Returns:
        unitPrice
      • setUnitPrice

        public void setUnitPrice​(String unitPrice)
        setUnitPrice.
      • usedQuantity

        public BillingCharge usedQuantity​(String usedQuantity)
        usedQuantity.
        Returns:
        BillingCharge
      • getUsedQuantity

        public String getUsedQuantity()
        .
        Returns:
        usedQuantity
      • setUsedQuantity

        public void setUsedQuantity​(String usedQuantity)
        setUsedQuantity.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object