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_TransactionSummarycbAmount(Double cbAmount)Optional<Double>extraAmount()API.Partial_TransactionSummaryextraAmount(Double extraAmount)Optional<Double>purchaseAmount()API.Partial_TransactionSummarypurchaseAmount(Double purchaseAmount)Optional<Integer>purchaseCount()API.Partial_TransactionSummarypurchaseCount(Integer purchaseCount)Optional<Double>refundAmount()API.Partial_TransactionSummaryrefundAmount(Double refundAmount)Optional<Integer>refundCount()API.Partial_TransactionSummaryrefundCount(Integer refundCount)Optional<Double>vatAmount()API.Partial_TransactionSummaryvatAmount(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)
-
-