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