Package com.onslip360
Class API.Partial_Batch
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_Batch>
-
- com.onslip360.API.Partial_Batch
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.Partial_Batch>>
- Enclosing class:
- API
public static class API.Partial_Batch extends Onslip360Object<API.Partial_Batch>
-
-
Constructor Summary
Constructors Constructor Description Partial_Batch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<API.Partial_Payment[]>amounts()API.Partial_Batchamounts(API.Partial_Payment[] amounts)API.Partial_Batchamounts(Erasable<API.Partial_Payment[]> amounts)Erasable<Double>cashAmount()API.Partial_BatchcashAmount(Erasable<Double> cashAmount)API.Partial_BatchcashAmount(Double cashAmount)Erasable<API.Partial_Payment[]>mismatches()API.Partial_Batchmismatches(API.Partial_Payment[] mismatches)API.Partial_Batchmismatches(Erasable<API.Partial_Payment[]> mismatches)Optional<API.Batch.Type>type()API.Partial_Batchtype(API.Batch.Type type)Erasable<API.Partial_VATSummary[]>vatSummaries()API.Partial_BatchvatSummaries(API.Partial_VATSummary[] vatSummaries)API.Partial_BatchvatSummaries(Erasable<API.Partial_VATSummary[]> vatSummaries)-
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
-
amounts
@Nonnull public Erasable<API.Partial_Payment[]> amounts()
-
mismatches
@Nonnull public Erasable<API.Partial_Payment[]> mismatches()
-
type
@Nonnull public Optional<API.Batch.Type> type()
-
vatSummaries
@Nonnull public Erasable<API.Partial_VATSummary[]> vatSummaries()
-
amounts
@Nonnull public API.Partial_Batch amounts(@Nullable API.Partial_Payment[] amounts)
-
amounts
@Nonnull public API.Partial_Batch amounts(@Nullable Erasable<API.Partial_Payment[]> amounts)
-
cashAmount
@Nonnull public API.Partial_Batch cashAmount(@Nullable Double cashAmount)
-
cashAmount
@Nonnull public API.Partial_Batch cashAmount(@Nullable Erasable<Double> cashAmount)
-
mismatches
@Nonnull public API.Partial_Batch mismatches(@Nullable API.Partial_Payment[] mismatches)
-
mismatches
@Nonnull public API.Partial_Batch mismatches(@Nullable Erasable<API.Partial_Payment[]> mismatches)
-
type
@Nonnull public API.Partial_Batch type(@Nullable API.Batch.Type type)
-
vatSummaries
@Nonnull public API.Partial_Batch vatSummaries(@Nullable API.Partial_VATSummary[] vatSummaries)
-
vatSummaries
@Nonnull public API.Partial_Batch vatSummaries(@Nullable Erasable<API.Partial_VATSummary[]> vatSummaries)
-
-