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