public class SupercashBatchRequest extends Object
| Constructor and Description |
|---|
SupercashBatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchCompletedNotificationUrl() |
List<SupercashBatchItem> |
getCoupons() |
SupercashBatchItem |
getDefaults() |
Long |
getGoId() |
void |
setBatchCompletedNotificationUrl(String batchCompletedNotificationUrl) |
void |
setCoupons(List<SupercashBatchItem> coupons) |
void |
setDefaults(SupercashBatchItem defaults) |
void |
setGoId(Long goId) |
public Long getGoId()
public void setGoId(Long goId)
public String getBatchCompletedNotificationUrl()
public void setBatchCompletedNotificationUrl(String batchCompletedNotificationUrl)
public SupercashBatchItem getDefaults()
public void setDefaults(SupercashBatchItem defaults)
public List<SupercashBatchItem> getCoupons()
public void setCoupons(List<SupercashBatchItem> coupons)
Copyright © 2017. All rights reserved.