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