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.PaymentVoucherMetadatabalance(Double balance)Optional<String>expires()API.PaymentVoucherMetadataexpires(String expires)Optional<String[]>identifiers()API.PaymentVoucherMetadataidentifiers(String[] identifiers)StringtransactionDate()API.PaymentVoucherMetadatatransactionDate(String transactionDate)StringtransactionId()API.PaymentVoucherMetadatatransactionId(String transactionId)Longvoucher()API.PaymentVoucherMetadatavoucher(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)
-
-