Package com.onslip360
Class API.Partial_Voucher
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Voucher>
 - 
- com.onslip360.API.Partial_Voucher
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Voucher>>
- Enclosing class:
 - API
 
public static class API.Partial_Voucher extends Onslip360Object<API.Partial_Voucher>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Voucher() 
- 
Method Summary
- 
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
- 
coupon
@Nonnull public Erasable<API.Partial_CouponVoucher> coupon()
 
- 
payment
@Nonnull public Erasable<API.Partial_PaymentVoucher> payment()
 
- 
type
@Nonnull public Optional<API.Voucher.Type> type()
 
- 
coupon
@Nonnull public API.Partial_Voucher coupon(@Nullable API.Partial_CouponVoucher coupon)
 
- 
coupon
@Nonnull public API.Partial_Voucher coupon(@Nullable Erasable<API.Partial_CouponVoucher> coupon)
 
- 
customer
@Nonnull public API.Partial_Voucher customer(@Nullable Long customer)
 
- 
customer
@Nonnull public API.Partial_Voucher customer(@Nullable Erasable<Long> customer)
 
- 
deleted
@Nonnull public API.Partial_Voucher deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Voucher deleted(@Nullable Erasable<String> deleted)
 
- 
expires
@Nonnull public API.Partial_Voucher expires(@Nullable String expires)
 
- 
expires
@Nonnull public API.Partial_Voucher expires(@Nullable Erasable<String> expires)
 
- 
identifiers
@Nonnull public API.Partial_Voucher identifiers(@Nullable String[] identifiers)
 
- 
labels
@Nonnull public API.Partial_Voucher labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Voucher labels(@Nullable Erasable<Long[]> labels)
 
- 
payment
@Nonnull public API.Partial_Voucher payment(@Nullable API.Partial_PaymentVoucher payment)
 
- 
payment
@Nonnull public API.Partial_Voucher payment(@Nullable Erasable<API.Partial_PaymentVoucher> payment)
 
- 
tags
@Nonnull public API.Partial_Voucher tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Voucher tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_Voucher type(@Nullable API.Voucher.Type type)
 
 - 
 
 -