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