Package com.onslip360
Class API.Partial_TransactionSummary
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_TransactionSummary>
-
- com.onslip360.API.Partial_TransactionSummary
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_TransactionSummary>>
- Enclosing class:
- API
public static class API.Partial_TransactionSummary extends Onslip360Object<API.Partial_TransactionSummary>
-
-
Constructor Summary
Constructors Constructor Description Partial_TransactionSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Double>
cbAmount()
API.Partial_TransactionSummary
cbAmount(Double cbAmount)
Optional<Double>
extraAmount()
API.Partial_TransactionSummary
extraAmount(Double extraAmount)
Optional<Double>
purchaseAmount()
API.Partial_TransactionSummary
purchaseAmount(Double purchaseAmount)
Optional<Integer>
purchaseCount()
API.Partial_TransactionSummary
purchaseCount(Integer purchaseCount)
Optional<Double>
refundAmount()
API.Partial_TransactionSummary
refundAmount(Double refundAmount)
Optional<Integer>
refundCount()
API.Partial_TransactionSummary
refundCount(Integer refundCount)
Optional<Double>
vatAmount()
API.Partial_TransactionSummary
vatAmount(Double vatAmount)
-
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
-
cbAmount
@Nonnull public API.Partial_TransactionSummary cbAmount(@Nullable Double cbAmount)
-
extraAmount
@Nonnull public API.Partial_TransactionSummary extraAmount(@Nullable Double extraAmount)
-
purchaseAmount
@Nonnull public API.Partial_TransactionSummary purchaseAmount(@Nullable Double purchaseAmount)
-
purchaseCount
@Nonnull public API.Partial_TransactionSummary purchaseCount(@Nullable Integer purchaseCount)
-
refundAmount
@Nonnull public API.Partial_TransactionSummary refundAmount(@Nullable Double refundAmount)
-
refundCount
@Nonnull public API.Partial_TransactionSummary refundCount(@Nullable Integer refundCount)
-
vatAmount
@Nonnull public API.Partial_TransactionSummary vatAmount(@Nullable Double vatAmount)
-
-