Package com.onslip360
Class API.Partial_PaymentVoucher
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_PaymentVoucher>
-
- com.onslip360.API.Partial_PaymentVoucher
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_PaymentVoucher>>
- Enclosing class:
- API
public static class API.Partial_PaymentVoucher extends Onslip360Object<API.Partial_PaymentVoucher>
-
-
Constructor Summary
Constructors Constructor Description Partial_PaymentVoucher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Double>
balance()
API.Partial_PaymentVoucher
balance(Double balance)
Optional<Double>
creditLimit()
API.Partial_PaymentVoucher
creditLimit(Double creditLimit)
Optional<Long>
paymentMethod()
API.Partial_PaymentVoucher
paymentMethod(Long paymentMethod)
-
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
-
balance
@Nonnull public API.Partial_PaymentVoucher balance(@Nullable Double balance)
-
creditLimit
@Nonnull public API.Partial_PaymentVoucher creditLimit(@Nullable Double creditLimit)
-
paymentMethod
@Nonnull public API.Partial_PaymentVoucher paymentMethod(@Nullable Long paymentMethod)
-
-