Uses of Class
com.docusign.esign.model.BillingCharge
-
Packages that use BillingCharge Package Description com.docusign.esign.model -
-
Uses of BillingCharge in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingCharge Modifier and Type Method Description BillingChargeBillingCharge. addDiscountsItem(BillingDiscount discountsItem)addDiscountsItem.BillingChargeBillingCharge. addPricesItem(BillingPrice pricesItem)addPricesItem.BillingChargeBillingCharge. allowedQuantity(String allowedQuantity)allowedQuantity.BillingChargeBillingCharge. blocked(String blocked)blocked.BillingChargeBillingCharge. chargeName(String chargeName)chargeName.BillingChargeBillingCharge. chargeType(String chargeType)chargeType.BillingChargeBillingCharge. chargeUnitOfMeasure(String chargeUnitOfMeasure)chargeUnitOfMeasure.BillingChargeBillingCharge. discounts(List<BillingDiscount> discounts)discounts.BillingChargeBillingCharge. firstEffectiveDate(String firstEffectiveDate)firstEffectiveDate.BillingChargeBillingCharge. includedQuantity(String includedQuantity)includedQuantity.BillingChargeBillingCharge. incrementalQuantity(String incrementalQuantity)incrementalQuantity.BillingChargeBillingCharge. lastEffectiveDate(String lastEffectiveDate)lastEffectiveDate.BillingChargeBillingCharge. prices(List<BillingPrice> prices)prices.BillingChargeBillingCharge. unitPrice(String unitPrice)unitPrice.BillingChargeBillingCharge. usedQuantity(String usedQuantity)usedQuantity.Methods in com.docusign.esign.model that return types with arguments of type BillingCharge Modifier and Type Method Description List<BillingCharge>BillingChargeResponse. getBillingChargeItems()Reserved: TBD.Methods in com.docusign.esign.model with parameters of type BillingCharge Modifier and Type Method Description BillingChargeResponseBillingChargeResponse. addBillingChargeItemsItem(BillingCharge billingChargeItemsItem)addBillingChargeItemsItem.Method parameters in com.docusign.esign.model with type arguments of type BillingCharge Modifier and Type Method Description BillingChargeResponseBillingChargeResponse. billingChargeItems(List<BillingCharge> billingChargeItems)billingChargeItems.voidBillingChargeResponse. setBillingChargeItems(List<BillingCharge> billingChargeItems)setBillingChargeItems.
-