Uses of Class
com.onlinepayments.domain.Discount
Packages that use Discount
-
Uses of Discount in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return DiscountModifier and TypeMethodDescriptionOrder.getDiscount()Object to apply a discount to the total basket by adding a discount line.PaymentOutput.getDiscount()Object to apply a discount to the total basket by adding a discount line.Discount.withAmount(Long value) Amount in the smallest currency unit, i.e.: EUR is a 2-decimals currency, the value 1234 will result in EUR 12.34 KWD is a 3-decimals currency, the value 1234 will result in KWD 1.234 JPY is a zero-decimal currency, the value 1234 will result in JPY 1234Methods in com.onlinepayments.domain with parameters of type DiscountModifier and TypeMethodDescriptionvoidOrder.setDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.voidPaymentOutput.setDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.Order.withDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.PaymentOutput.withDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.