Package com.fedapay.model
Class Balance
- java.lang.Object
-
- com.fedapay.model.FedaPayObject
-
- com.fedapay.model.Balance
-
public class Balance extends FedaPayObject
-
-
Field Summary
-
Fields inherited from class com.fedapay.model.FedaPayObject
rawJsonResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BalanceCollectionall()StringgetAccountId()StringgetAmount()StringgetCreatedAt()StringgetCurrencyId()StringgetDeleted_at()StringgetId()StringgetMode()StringgetUpdatedAt()static Balanceretrieve(String balanceId)voidsetAccountId(String accountId)voidsetAmount(String amount)voidsetCreatedAt(String createdAt)voidsetCurrencyId(String currencyId)voidsetDeleted_at(String deleted_at)voidsetId(String id)voidsetMode(String mode)voidsetUpdatedAt(String updatedAt)-
Methods inherited from class com.fedapay.model.FedaPayObject
getRawJsonResponse, setRawJsonResponse
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getCurrencyId
public String getCurrencyId()
-
setCurrencyId
public void setCurrencyId(String currencyId)
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getAmount
public String getAmount()
-
setAmount
public void setAmount(String amount)
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
getDeleted_at
public String getDeleted_at()
-
setDeleted_at
public void setDeleted_at(String deleted_at)
-
getCreatedAt
public String getCreatedAt()
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
getUpdatedAt
public String getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
all
public static BalanceCollection all() throws Exception
- Throws:
Exception
-
-