Uses of Class
cz.gopay.api.v3.model.supercash.SupercashBatchItem
-
Packages that use SupercashBatchItem Package Description cz.gopay.api.v3.model.supercash -
-
Uses of SupercashBatchItem in cz.gopay.api.v3.model.supercash
Methods in cz.gopay.api.v3.model.supercash that return SupercashBatchItem Modifier and Type Method Description SupercashBatchItemSupercashRequestBuilder. buildBatchItem()SupercashBatchItemSupercashBatchRequest. getDefaults()Methods in cz.gopay.api.v3.model.supercash that return types with arguments of type SupercashBatchItem Modifier and Type Method Description List<SupercashBatchItem>SupercashBatchRequest. getCoupons()Methods in cz.gopay.api.v3.model.supercash with parameters of type SupercashBatchItem Modifier and Type Method Description SupercashRequestBuilderSupercashRequestBuilder. addCoupon(SupercashBatchItem coupon)voidSupercashBatchRequest. setDefaults(SupercashBatchItem defaults)SupercashRequestBuilderSupercashRequestBuilder. withDefaults(SupercashBatchItem defaults)Method parameters in cz.gopay.api.v3.model.supercash with type arguments of type SupercashBatchItem Modifier and Type Method Description voidSupercashBatchRequest. setCoupons(List<SupercashBatchItem> coupons)SupercashRequestBuilderSupercashRequestBuilder. withCoupons(List<SupercashBatchItem> coupons)
-