public class Disbursement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Disbursement.DisbursementType |
| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
amount |
private Calendar |
disbursementDate |
private Disbursement.DisbursementType |
disbursementType |
private String |
exceptionMessage |
private String |
followUpAction |
private String |
id |
private MerchantAccount |
merchantAccount |
private Boolean |
retry |
private Boolean |
success |
private List<String> |
transactionIds |
| Constructor and Description |
|---|
Disbursement(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Calendar |
getDisbursementDate() |
Disbursement.DisbursementType |
getDisbursementType() |
String |
getExceptionMessage() |
String |
getFollowUpAction() |
String |
getId() |
MerchantAccount |
getMerchantAccount() |
Boolean |
getRetry() |
Boolean |
getSuccess() |
List<String> |
getTransactionIds() |
ResourceCollection<Transaction> |
getTransactions(BraintreeGateway gateway) |
private final String id
private final String exceptionMessage
private final Calendar disbursementDate
private final Disbursement.DisbursementType disbursementType
private final String followUpAction
private final Boolean success
private final Boolean retry
private final BigDecimal amount
private MerchantAccount merchantAccount
public Disbursement(NodeWrapper node)
public String getId()
public String getExceptionMessage()
public Calendar getDisbursementDate()
public Disbursement.DisbursementType getDisbursementType()
public String getFollowUpAction()
public Boolean getRetry()
public Boolean getSuccess()
public BigDecimal getAmount()
public MerchantAccount getMerchantAccount()
public ResourceCollection<Transaction> getTransactions(BraintreeGateway gateway)
Copyright © 2013-2018. All Rights Reserved.