Package com.onslip360
Class API.Partial_TillConfig
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_TillConfig>
 - 
- com.onslip360.API.Partial_TillConfig
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_TillConfig>>
- Enclosing class:
 - API
 
public static class API.Partial_TillConfig extends Onslip360Object<API.Partial_TillConfig>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_TillConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String[]>autoCloseBatchSchedules()API.Partial_TillConfigautoCloseBatchSchedules(Erasable<String[]> autoCloseBatchSchedules)API.Partial_TillConfigautoCloseBatchSchedules(String[] autoCloseBatchSchedules)Erasable<Long>buttonMap()API.Partial_TillConfigbuttonMap(Erasable<Long> buttonMap)API.Partial_TillConfigbuttonMap(Long buttonMap)Erasable<API.Partial_PeripheralBinding[]>peripheralBindings()API.Partial_TillConfigperipheralBindings(API.Partial_PeripheralBinding[] peripheralBindings)API.Partial_TillConfigperipheralBindings(Erasable<API.Partial_PeripheralBinding[]> peripheralBindings)- 
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
- 
peripheralBindings
@Nonnull public Erasable<API.Partial_PeripheralBinding[]> peripheralBindings()
 
- 
autoCloseBatchSchedules
@Nonnull public API.Partial_TillConfig autoCloseBatchSchedules(@Nullable String[] autoCloseBatchSchedules)
 
- 
autoCloseBatchSchedules
@Nonnull public API.Partial_TillConfig autoCloseBatchSchedules(@Nullable Erasable<String[]> autoCloseBatchSchedules)
 
- 
buttonMap
@Nonnull public API.Partial_TillConfig buttonMap(@Nullable Long buttonMap)
 
- 
buttonMap
@Nonnull public API.Partial_TillConfig buttonMap(@Nullable Erasable<Long> buttonMap)
 
- 
peripheralBindings
@Nonnull public API.Partial_TillConfig peripheralBindings(@Nullable API.Partial_PeripheralBinding[] peripheralBindings)
 
- 
peripheralBindings
@Nonnull public API.Partial_TillConfig peripheralBindings(@Nullable Erasable<API.Partial_PeripheralBinding[]> peripheralBindings)
 
 - 
 
 -