Uses of Class
com.docusign.esign.model.SeatDiscount
-
Packages that use SeatDiscount Package Description com.docusign.esign.model -
-
Uses of SeatDiscount in com.docusign.esign.model
Methods in com.docusign.esign.model that return SeatDiscount Modifier and Type Method Description SeatDiscountSeatDiscount. beginSeatCount(String beginSeatCount)beginSeatCount.SeatDiscountSeatDiscount. discountPercent(String discountPercent)discountPercent.SeatDiscountSeatDiscount. endSeatCount(String endSeatCount)endSeatCount.Methods in com.docusign.esign.model that return types with arguments of type SeatDiscount Modifier and Type Method Description List<SeatDiscount>AccountBillingPlan. getSeatDiscounts()A complex type that contains any seat discount information.List<SeatDiscount>BillingPlan. getSeatDiscounts().Methods in com.docusign.esign.model with parameters of type SeatDiscount Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. addSeatDiscountsItem(SeatDiscount seatDiscountsItem)addSeatDiscountsItem.BillingPlanBillingPlan. addSeatDiscountsItem(SeatDiscount seatDiscountsItem)addSeatDiscountsItem.Method parameters in com.docusign.esign.model with type arguments of type SeatDiscount Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. seatDiscounts(List<SeatDiscount> seatDiscounts)seatDiscounts.BillingPlanBillingPlan. seatDiscounts(List<SeatDiscount> seatDiscounts)seatDiscounts.voidAccountBillingPlan. setSeatDiscounts(List<SeatDiscount> seatDiscounts)setSeatDiscounts.voidBillingPlan. setSeatDiscounts(List<SeatDiscount> seatDiscounts)setSeatDiscounts.
-