public class Disbursement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Disbursement.DisbursementType |
| 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) |
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.