public class Refund extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Refund.Status |
| Constructor and Description |
|---|
Refund() |
Refund(BigDecimal amount) |
Refund(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() |
Refund.Status |
getStatus() |
void |
setAmount(BigDecimal amount) |
void |
setDescription(String description) |
public Refund(BigDecimal amount, String description)
public Refund(BigDecimal amount)
public Refund()
public UUID getId()
public BigDecimal getAmount()
public String getCurrency()
public Date getCreated()
public Boolean getLive()
public UUID getParentId()
public Refund.Status getStatus()
public String getError()
public String getOrderId()
public String getDescription()
public void setAmount(BigDecimal amount)
public void setDescription(String description)
Copyright © 2021. All rights reserved.