public class Settlement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Settlement.Status |
| Constructor and Description |
|---|
Settlement() |
Settlement(BigDecimal amount) |
Settlement(BigDecimal amount,
String description) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Date |
getCreated() |
String |
getCurrency() |
String |
getDescription() |
String |
getError() |
UUID |
getId() |
Boolean |
getLive() |
String |
getOrderId() |
UUID |
getParentId() |
Settlement.Status |
getStatus() |
void |
setAmount(BigDecimal amount) |
void |
setDescription(String description) |
public Settlement(BigDecimal amount, String description)
public Settlement(BigDecimal amount)
public Settlement()
public UUID getId()
public BigDecimal getAmount()
public String getCurrency()
public Date getCreated()
public Boolean getLive()
public UUID getParentId()
public Settlement.Status getStatus()
public String getError()
public String getOrderId()
public String getDescription()
public void setAmount(BigDecimal amount)
public void setDescription(String description)
Copyright © 2024. All rights reserved.