public class Refund
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Refund.Status |
static class |
Refund.Type |
| Constructor and Description |
|---|
Refund() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getAmount() |
java.util.Date |
getCreatedAt() |
java.util.List<Event> |
getEvents() |
java.lang.String |
getId() |
EscrowLinks |
getLinks() |
RefundingInstrument |
getRefundingInstrument() |
Refund.Status |
getStatus() |
Refund.Type |
getType() |
java.lang.String |
toString() |
public java.lang.String getId()
public Amount getAmount()
public Refund.Type getType()
public Refund.Status getStatus()
public RefundingInstrument getRefundingInstrument()
public java.util.List<Event> getEvents()
public java.util.Date getCreatedAt()
public EscrowLinks getLinks()
public java.lang.String toString()
toString in class java.lang.Object