Uses of Class
com.docusign.esign.model.BillingPrice
-
Packages that use BillingPrice Package Description com.docusign.esign.model -
-
Uses of BillingPrice in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingPrice Modifier and Type Method Description BillingPriceBillingPrice. beginQuantity(String beginQuantity)beginQuantity.BillingPriceBillingPrice. endQuantity(String endQuantity)endQuantity.BillingPriceBillingPrice. unitPrice(String unitPrice)unitPrice.Methods in com.docusign.esign.model that return types with arguments of type BillingPrice Modifier and Type Method Description List<BillingPrice>BillingCharge. getPrices().Methods in com.docusign.esign.model with parameters of type BillingPrice Modifier and Type Method Description BillingChargeBillingCharge. addPricesItem(BillingPrice pricesItem)addPricesItem.Method parameters in com.docusign.esign.model with type arguments of type BillingPrice Modifier and Type Method Description BillingChargeBillingCharge. prices(List<BillingPrice> prices)prices.voidBillingCharge. setPrices(List<BillingPrice> prices)setPrices.
-