Package com.onslip360
Class API.Partial_AccountingEntry
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_AccountingEntry>
 - 
- com.onslip360.API.Partial_AccountingEntry
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_AccountingEntry>>
- Enclosing class:
 - API
 
public static class API.Partial_AccountingEntry extends Onslip360Object<API.Partial_AccountingEntry>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_AccountingEntry() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>account()API.Partial_AccountingEntryaccount(Integer account)Optional<Double>amount()API.Partial_AccountingEntryamount(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 API.Partial_AccountingEntry account(@Nullable Integer account)
 
- 
amount
@Nonnull public API.Partial_AccountingEntry amount(@Nullable Double amount)
 
 - 
 
 -