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_Batch
amounts(API.Partial_Payment[] amounts)
API.Partial_Batch
amounts(Erasable<API.Partial_Payment[]> amounts)
Erasable<Double>
cashAmount()
API.Partial_Batch
cashAmount(Erasable<Double> cashAmount)
API.Partial_Batch
cashAmount(Double cashAmount)
Erasable<API.Partial_Payment[]>
mismatches()
API.Partial_Batch
mismatches(API.Partial_Payment[] mismatches)
API.Partial_Batch
mismatches(Erasable<API.Partial_Payment[]> mismatches)
Optional<API.Batch.Type>
type()
API.Partial_Batch
type(API.Batch.Type type)
Erasable<API.Partial_VATSummary[]>
vatSummaries()
API.Partial_Batch
vatSummaries(API.Partial_VATSummary[] vatSummaries)
API.Partial_Batch
vatSummaries(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)
-
-