Package com.onslip360
Class API.AccountingEntry
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.AccountingEntry>
-
- com.onslip360.API.AccountingEntry
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.AccountingEntry>>
- Enclosing class:
- API
public static class API.AccountingEntry extends Onslip360Object<API.AccountingEntry>
-
-
Constructor Summary
Constructors Constructor Description AccountingEntry(Integer account, Double amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
account()
API.AccountingEntry
account(Integer account)
Double
amount()
API.AccountingEntry
amount(Double amount)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
account
@Nonnull public Integer account()
-
amount
@Nonnull public Double amount()
-
account
@Nonnull public API.AccountingEntry account(Integer account)
-
amount
@Nonnull public API.AccountingEntry amount(Double amount)
-
-