Package com.docusign.esign.model
Class BillingCharge
- java.lang.Object
-
- com.docusign.esign.model.BillingCharge
-
public class BillingCharge extends Object
Contains 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(String allowedQuantity)allowedQuantity.BillingChargeblocked(String blocked)blocked.BillingChargechargeName(String chargeName)chargeName.BillingChargechargeType(String chargeType)chargeType.BillingChargechargeUnitOfMeasure(String chargeUnitOfMeasure)chargeUnitOfMeasure.BillingChargediscounts(List<BillingDiscount> discounts)discounts.booleanequals(Object o)Compares objects.BillingChargefirstEffectiveDate(String firstEffectiveDate)firstEffectiveDate.StringgetAllowedQuantity()Reserved: TBD.StringgetBlocked()Reserved: TBD.StringgetChargeName()Provides information on what services the charge item is for.StringgetChargeType()Reserved: TBD.StringgetChargeUnitOfMeasure()Reserved: TBD.List<BillingDiscount>getDiscounts().StringgetFirstEffectiveDate().StringgetIncludedQuantity().StringgetIncrementalQuantity()Reserved: TBD.StringgetLastEffectiveDate().List<BillingPrice>getPrices().StringgetUnitPrice()Reserved: TBD.StringgetUsedQuantity().inthashCode()Returns the HashCode.BillingChargeincludedQuantity(String includedQuantity)includedQuantity.BillingChargeincrementalQuantity(String incrementalQuantity)incrementalQuantity.BillingChargelastEffectiveDate(String lastEffectiveDate)lastEffectiveDate.BillingChargeprices(List<BillingPrice> prices)prices.voidsetAllowedQuantity(String allowedQuantity)setAllowedQuantity.voidsetBlocked(String blocked)setBlocked.voidsetChargeName(String chargeName)setChargeName.voidsetChargeType(String chargeType)setChargeType.voidsetChargeUnitOfMeasure(String chargeUnitOfMeasure)setChargeUnitOfMeasure.voidsetDiscounts(List<BillingDiscount> discounts)setDiscounts.voidsetFirstEffectiveDate(String firstEffectiveDate)setFirstEffectiveDate.voidsetIncludedQuantity(String includedQuantity)setIncludedQuantity.voidsetIncrementalQuantity(String incrementalQuantity)setIncrementalQuantity.voidsetLastEffectiveDate(String lastEffectiveDate)setLastEffectiveDate.voidsetPrices(List<BillingPrice> prices)setPrices.voidsetUnitPrice(String unitPrice)setUnitPrice.voidsetUsedQuantity(String usedQuantity)setUsedQuantity.StringtoString()Converts the given object to string.BillingChargeunitPrice(String unitPrice)unitPrice.BillingChargeusedQuantity(String usedQuantity)usedQuantity.
-
-
-
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.
-
blocked
public BillingCharge blocked(String blocked)
blocked.- Returns:
- BillingCharge
-
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.
-
discounts
public BillingCharge discounts(List<BillingDiscount> discounts)
discounts.- Returns:
- BillingCharge
-
addDiscountsItem
public BillingCharge addDiscountsItem(BillingDiscount discountsItem)
addDiscountsItem.- Returns:
- BillingCharge
-
getDiscounts
public List<BillingDiscount> getDiscounts()
.- Returns:
- discounts
-
setDiscounts
public void setDiscounts(List<BillingDiscount> discounts)
setDiscounts.
-
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.
-
prices
public BillingCharge prices(List<BillingPrice> prices)
prices.- Returns:
- BillingCharge
-
addPricesItem
public BillingCharge addPricesItem(BillingPrice pricesItem)
addPricesItem.- Returns:
- BillingCharge
-
getPrices
public List<BillingPrice> getPrices()
.- Returns:
- prices
-
setPrices
public void setPrices(List<BillingPrice> prices)
setPrices.
-
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.
-
-