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(java.lang.String allowedQuantity)allowedQuantity.BillingChargeBillingCharge. blocked(java.lang.String blocked)blocked.BillingChargeBillingCharge. chargeName(java.lang.String chargeName)chargeName.BillingChargeBillingCharge. chargeType(java.lang.String chargeType)chargeType.BillingChargeBillingCharge. chargeUnitOfMeasure(java.lang.String chargeUnitOfMeasure)chargeUnitOfMeasure.BillingChargeBillingCharge. discounts(java.util.List<BillingDiscount> discounts)discounts.BillingChargeBillingCharge. firstEffectiveDate(java.lang.String firstEffectiveDate)firstEffectiveDate.BillingChargeBillingCharge. includedQuantity(java.lang.String includedQuantity)includedQuantity.BillingChargeBillingCharge. incrementalQuantity(java.lang.String incrementalQuantity)incrementalQuantity.BillingChargeBillingCharge. lastEffectiveDate(java.lang.String lastEffectiveDate)lastEffectiveDate.BillingChargeBillingCharge. prices(java.util.List<BillingPrice> prices)prices.BillingChargeBillingCharge. unitPrice(java.lang.String unitPrice)unitPrice.BillingChargeBillingCharge. usedQuantity(java.lang.String usedQuantity)usedQuantity.Methods in com.docusign.esign.model that return types with arguments of type BillingCharge Modifier and Type Method Description java.util.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(java.util.List<BillingCharge> billingChargeItems)billingChargeItems.voidBillingChargeResponse. setBillingChargeItems(java.util.List<BillingCharge> billingChargeItems)setBillingChargeItems.
-