Class Discount

java.lang.Object
io.voucherify.client.model.voucher.Discount

public class Discount
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Discount()  
  • Method Summary

    Modifier and Type Method Description
    static Discount amountOff​(int amountOff)  
    static Discount from​(DiscountType type, int value)  
    static Discount percentOff​(double percentOff)  
    static Discount percentOff​(double percentOff, java.lang.Integer amountLimit)  
    static Discount unitOff​(double unitOff)  
    static Discount unitOff​(double unitOff, java.lang.String unitType)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait