Package com.docusign.esign.model
Class BillingCharge
- java.lang.Object
-
- com.docusign.esign.model.BillingCharge
-
public class BillingCharge extends java.lang.ObjectContains information about a billing charge..
-
-
Constructor Summary
Constructors Constructor Description BillingCharge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingChargeaddDiscountsItem(BillingDiscount discountsItem)addDiscountsItem.BillingChargeaddPricesItem(BillingPrice pricesItem)addPricesItem.BillingChargeallowedQuantity(java.lang.String allowedQuantity)allowedQuantity.BillingChargeblocked(java.lang.String blocked)blocked.BillingChargechargeName(java.lang.String chargeName)chargeName.BillingChargechargeType(java.lang.String chargeType)chargeType.BillingChargechargeUnitOfMeasure(java.lang.String chargeUnitOfMeasure)chargeUnitOfMeasure.BillingChargediscounts(java.util.List<BillingDiscount> discounts)discounts.booleanequals(java.lang.Object o)Compares objects.BillingChargefirstEffectiveDate(java.lang.String firstEffectiveDate)firstEffectiveDate.java.lang.StringgetAllowedQuantity()Reserved: TBD.java.lang.StringgetBlocked()Reserved: TBD.java.lang.StringgetChargeName()Provides information on what services the charge item is for.java.lang.StringgetChargeType()Reserved: TBD.java.lang.StringgetChargeUnitOfMeasure()Reserved: TBD.java.util.List<BillingDiscount>getDiscounts().java.lang.StringgetFirstEffectiveDate().java.lang.StringgetIncludedQuantity().java.lang.StringgetIncrementalQuantity()Reserved: TBD.java.lang.StringgetLastEffectiveDate().java.util.List<BillingPrice>getPrices().java.lang.StringgetUnitPrice()Reserved: TBD.java.lang.StringgetUsedQuantity().inthashCode()Returns the HashCode.BillingChargeincludedQuantity(java.lang.String includedQuantity)includedQuantity.BillingChargeincrementalQuantity(java.lang.String incrementalQuantity)incrementalQuantity.BillingChargelastEffectiveDate(java.lang.String lastEffectiveDate)lastEffectiveDate.BillingChargeprices(java.util.List<BillingPrice> prices)prices.voidsetAllowedQuantity(java.lang.String allowedQuantity)setAllowedQuantity.voidsetBlocked(java.lang.String blocked)setBlocked.voidsetChargeName(java.lang.String chargeName)setChargeName.voidsetChargeType(java.lang.String chargeType)setChargeType.voidsetChargeUnitOfMeasure(java.lang.String chargeUnitOfMeasure)setChargeUnitOfMeasure.voidsetDiscounts(java.util.List<BillingDiscount> discounts)setDiscounts.voidsetFirstEffectiveDate(java.lang.String firstEffectiveDate)setFirstEffectiveDate.voidsetIncludedQuantity(java.lang.String includedQuantity)setIncludedQuantity.voidsetIncrementalQuantity(java.lang.String incrementalQuantity)setIncrementalQuantity.voidsetLastEffectiveDate(java.lang.String lastEffectiveDate)setLastEffectiveDate.voidsetPrices(java.util.List<BillingPrice> prices)setPrices.voidsetUnitPrice(java.lang.String unitPrice)setUnitPrice.voidsetUsedQuantity(java.lang.String usedQuantity)setUsedQuantity.java.lang.StringtoString()Converts the given object to string.BillingChargeunitPrice(java.lang.String unitPrice)unitPrice.BillingChargeusedQuantity(java.lang.String usedQuantity)usedQuantity.
-
-
-
Method Detail
-
allowedQuantity
public BillingCharge allowedQuantity(java.lang.String allowedQuantity)
allowedQuantity.- Returns:
- BillingCharge
-
getAllowedQuantity
public java.lang.String getAllowedQuantity()
Reserved: TBD.- Returns:
- allowedQuantity
-
setAllowedQuantity
public void setAllowedQuantity(java.lang.String allowedQuantity)
setAllowedQuantity.
-
blocked
public BillingCharge blocked(java.lang.String blocked)
blocked.- Returns:
- BillingCharge
-
getBlocked
public java.lang.String getBlocked()
Reserved: TBD.- Returns:
- blocked
-
setBlocked
public void setBlocked(java.lang.String blocked)
setBlocked.
-
chargeName
public BillingCharge chargeName(java.lang.String chargeName)
chargeName.- Returns:
- BillingCharge
-
getChargeName
public java.lang.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(java.lang.String chargeName)
setChargeName.
-
chargeType
public BillingCharge chargeType(java.lang.String chargeType)
chargeType.- Returns:
- BillingCharge
-
getChargeType
public java.lang.String getChargeType()
Reserved: TBD.- Returns:
- chargeType
-
setChargeType
public void setChargeType(java.lang.String chargeType)
setChargeType.
-
chargeUnitOfMeasure
public BillingCharge chargeUnitOfMeasure(java.lang.String chargeUnitOfMeasure)
chargeUnitOfMeasure.- Returns:
- BillingCharge
-
getChargeUnitOfMeasure
public java.lang.String getChargeUnitOfMeasure()
Reserved: TBD.- Returns:
- chargeUnitOfMeasure
-
setChargeUnitOfMeasure
public void setChargeUnitOfMeasure(java.lang.String chargeUnitOfMeasure)
setChargeUnitOfMeasure.
-
discounts
public BillingCharge discounts(java.util.List<BillingDiscount> discounts)
discounts.- Returns:
- BillingCharge
-
addDiscountsItem
public BillingCharge addDiscountsItem(BillingDiscount discountsItem)
addDiscountsItem.- Returns:
- BillingCharge
-
getDiscounts
public java.util.List<BillingDiscount> getDiscounts()
.- Returns:
- discounts
-
setDiscounts
public void setDiscounts(java.util.List<BillingDiscount> discounts)
setDiscounts.
-
firstEffectiveDate
public BillingCharge firstEffectiveDate(java.lang.String firstEffectiveDate)
firstEffectiveDate.- Returns:
- BillingCharge
-
getFirstEffectiveDate
public java.lang.String getFirstEffectiveDate()
.- Returns:
- firstEffectiveDate
-
setFirstEffectiveDate
public void setFirstEffectiveDate(java.lang.String firstEffectiveDate)
setFirstEffectiveDate.
-
includedQuantity
public BillingCharge includedQuantity(java.lang.String includedQuantity)
includedQuantity.- Returns:
- BillingCharge
-
getIncludedQuantity
public java.lang.String getIncludedQuantity()
.- Returns:
- includedQuantity
-
setIncludedQuantity
public void setIncludedQuantity(java.lang.String includedQuantity)
setIncludedQuantity.
-
incrementalQuantity
public BillingCharge incrementalQuantity(java.lang.String incrementalQuantity)
incrementalQuantity.- Returns:
- BillingCharge
-
getIncrementalQuantity
public java.lang.String getIncrementalQuantity()
Reserved: TBD.- Returns:
- incrementalQuantity
-
setIncrementalQuantity
public void setIncrementalQuantity(java.lang.String incrementalQuantity)
setIncrementalQuantity.
-
lastEffectiveDate
public BillingCharge lastEffectiveDate(java.lang.String lastEffectiveDate)
lastEffectiveDate.- Returns:
- BillingCharge
-
getLastEffectiveDate
public java.lang.String getLastEffectiveDate()
.- Returns:
- lastEffectiveDate
-
setLastEffectiveDate
public void setLastEffectiveDate(java.lang.String lastEffectiveDate)
setLastEffectiveDate.
-
prices
public BillingCharge prices(java.util.List<BillingPrice> prices)
prices.- Returns:
- BillingCharge
-
addPricesItem
public BillingCharge addPricesItem(BillingPrice pricesItem)
addPricesItem.- Returns:
- BillingCharge
-
getPrices
public java.util.List<BillingPrice> getPrices()
.- Returns:
- prices
-
setPrices
public void setPrices(java.util.List<BillingPrice> prices)
setPrices.
-
unitPrice
public BillingCharge unitPrice(java.lang.String unitPrice)
unitPrice.- Returns:
- BillingCharge
-
getUnitPrice
public java.lang.String getUnitPrice()
Reserved: TBD.- Returns:
- unitPrice
-
setUnitPrice
public void setUnitPrice(java.lang.String unitPrice)
setUnitPrice.
-
usedQuantity
public BillingCharge usedQuantity(java.lang.String usedQuantity)
usedQuantity.- Returns:
- BillingCharge
-
getUsedQuantity
public java.lang.String getUsedQuantity()
.- Returns:
- usedQuantity
-
setUsedQuantity
public void setUsedQuantity(java.lang.String usedQuantity)
setUsedQuantity.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-