public class WithdrawalRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WithdrawalRequest.Status |
static class |
WithdrawalRequest.Type |
| Constructor and Description |
|---|
WithdrawalRequest() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Date |
getDatetime() |
Long |
getId() |
WithdrawalRequest.Status |
getStatus() |
WithdrawalRequest.Type |
getType() |
String |
toString() |
public Long getId()
public Date getDatetime()
public WithdrawalRequest.Type getType()
public BigDecimal getAmount()
public WithdrawalRequest.Status getStatus()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.