Uses of Class
cz.gopay.api.v3.model.supercash.SupercashCoupon
-
Packages that use SupercashCoupon Package Description cz.gopay.api.v3 cz.gopay.api.v3.model.supercash -
-
Uses of SupercashCoupon in cz.gopay.api.v3
Methods in cz.gopay.api.v3 that return SupercashCoupon Modifier and Type Method Description SupercashCouponIGPConnector. createSupercashCoupon(SupercashCouponRequest couponRequest)SupercashCouponPaymentClient. createSupercashCoupon(AuthHeader authHeader, SupercashCouponRequest couponRequest) -
Uses of SupercashCoupon in cz.gopay.api.v3.model.supercash
Methods in cz.gopay.api.v3.model.supercash that return SupercashCoupon Modifier and Type Method Description SupercashCouponSupercashPayment. getCoupon()Methods in cz.gopay.api.v3.model.supercash that return types with arguments of type SupercashCoupon Modifier and Type Method Description List<SupercashCoupon>SupercashBatch. getCoupons()Methods in cz.gopay.api.v3.model.supercash with parameters of type SupercashCoupon Modifier and Type Method Description voidSupercashPayment. setCoupon(SupercashCoupon coupon)Method parameters in cz.gopay.api.v3.model.supercash with type arguments of type SupercashCoupon Modifier and Type Method Description voidSupercashBatch. setCoupons(List<SupercashCoupon> coupons)Constructor parameters in cz.gopay.api.v3.model.supercash with type arguments of type SupercashCoupon Constructor Description SupercashBatch(List<SupercashCoupon> coupons)
-