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_PaymentVoucherMetadatabalance(Erasable<Double> balance)API.Partial_PaymentVoucherMetadatabalance(Double balance)Erasable<String>expires()API.Partial_PaymentVoucherMetadataexpires(Erasable<String> expires)API.Partial_PaymentVoucherMetadataexpires(String expires)Erasable<String[]>identifiers()API.Partial_PaymentVoucherMetadataidentifiers(Erasable<String[]> identifiers)API.Partial_PaymentVoucherMetadataidentifiers(String[] identifiers)Optional<String>transactionDate()API.Partial_PaymentVoucherMetadatatransactionDate(String transactionDate)Optional<String>transactionId()API.Partial_PaymentVoucherMetadatatransactionId(String transactionId)Optional<Long>voucher()API.Partial_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
- 
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)
 
 - 
 
 -