SimpleModel<LedgerId>public class Ledger extends GoPayResponse implements SimpleModel<LedgerId>
| Constructor | Description |
|---|---|
Ledger() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
BigDecimal |
getAmountFormatted() |
|
Date |
getCreatedOn() |
|
String |
getCurrency() |
|
BigDecimal |
getExchangeRate() |
|
BigDecimal |
getFlatFeeAmount() |
|
String |
getFlatFeeCurrency() |
|
BigDecimal |
getFlatFeeFormatted() |
|
LedgerId |
getId() |
|
String |
getNote() |
|
LedgerOrigin |
getOrigin() |
|
BigDecimal |
getPercentFee() |
|
StoreId |
getStoreId() |
getIdempotencyStatus, setIdempotencyStatuspublic LedgerId getId()
getId in interface SimpleModel<LedgerId>public StoreId getStoreId()
public BigInteger getAmount()
public String getCurrency()
public BigDecimal getAmountFormatted()
public BigDecimal getPercentFee()
public BigDecimal getFlatFeeAmount()
public String getFlatFeeCurrency()
public BigDecimal getFlatFeeFormatted()
public BigDecimal getExchangeRate()
public String getNote()
public Date getCreatedOn()
public LedgerOrigin getOrigin()
Copyright © 2018 The Apache Software Foundation. All rights reserved.