Package cz.gopay.api.v3.model.supercash
Class SupercashBatchRequest
- java.lang.Object
-
- cz.gopay.api.v3.model.supercash.SupercashBatchRequest
-
public class SupercashBatchRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description SupercashBatchRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchCompletedNotificationUrl()List<SupercashBatchItem>getCoupons()SupercashBatchItemgetDefaults()LonggetGoId()voidsetBatchCompletedNotificationUrl(String batchCompletedNotificationUrl)voidsetCoupons(List<SupercashBatchItem> coupons)voidsetDefaults(SupercashBatchItem defaults)voidsetGoId(Long goId)
-
-
-
Method Detail
-
getGoId
public Long getGoId()
-
setGoId
public void setGoId(Long goId)
-
getBatchCompletedNotificationUrl
public String getBatchCompletedNotificationUrl()
-
setBatchCompletedNotificationUrl
public void setBatchCompletedNotificationUrl(String batchCompletedNotificationUrl)
-
getDefaults
public SupercashBatchItem getDefaults()
-
setDefaults
public void setDefaults(SupercashBatchItem defaults)
-
getCoupons
public List<SupercashBatchItem> getCoupons()
-
setCoupons
public void setCoupons(List<SupercashBatchItem> coupons)
-
-