public class SupercashPayment extends Object
| Constructor and Description |
|---|
SupercashPayment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPayment(Payment payment) |
SupercashCoupon |
getCoupon() |
List<Payment> |
getPayments() |
void |
setCoupon(SupercashCoupon coupon) |
void |
setPayments(List<Payment> payments) |
String |
toString() |
public SupercashCoupon getCoupon()
public void setCoupon(SupercashCoupon coupon)
public void addPayment(Payment payment)
Copyright © 2017. All rights reserved.