com.braintreegateway
public class Disbursement extends Object
| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
amount |
private Calendar |
disbursementDate |
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() |
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 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 String getFollowUpAction()
public Boolean getRetry()
public Boolean getSuccess()
public BigDecimal getAmount()
public MerchantAccount getMerchantAccount()
public ResourceCollection<Transaction> getTransactions(BraintreeGateway gateway)
Copyright © 2013-2014. All Rights Reserved.