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