com.ryantenney.passkit4j.model.Coupon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of passkit4j Show documentation
Show all versions of passkit4j Show documentation
Passbook Library for Java
package com.ryantenney.passkit4j.model;
import lombok.EqualsAndHashCode;
@EqualsAndHashCode(callSuper=true)
public class Coupon extends PassInformation {
public Coupon() {
super("coupon");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy