public class PaymentContainer extends Object
| Constructor and Description |
|---|
PaymentContainer(List<Payment> paymentList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPayment(Payment payment) |
String |
getAccountId() |
List<Payment> |
getContainer() |
String |
getType() |
void |
setAccountId(String accountId) |
void |
setContainer(List<Payment> container) |
void |
setType(String type) |
Copyright © 2018 figo GmbH. All rights reserved.