Package com.onslip360
Class API.Partial_AccountConfig
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_AccountConfig>
 - 
- com.onslip360.API.Partial_AccountConfig
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_AccountConfig>>
- Enclosing class:
 - API
 
public static class API.Partial_AccountConfig extends Onslip360Object<API.Partial_AccountConfig>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_AccountConfig() 
- 
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
- 
costCenter
@Nonnull public Erasable<API.Partial_CostCenter> costCenter()
 
- 
paymentMethods
@Nonnull public Erasable<API.Partial_PaymentMethodAccount[]> paymentMethods()
 
- 
productGroups
@Nonnull public Erasable<API.Partial_ProductGroupAccount[]> productGroups()
 
- 
costCenter
@Nonnull public API.Partial_AccountConfig costCenter(@Nullable API.Partial_CostCenter costCenter)
 
- 
costCenter
@Nonnull public API.Partial_AccountConfig costCenter(@Nullable Erasable<API.Partial_CostCenter> costCenter)
 
- 
gratuities
@Nonnull public API.Partial_AccountConfig gratuities(@Nullable Integer gratuities)
 
- 
gratuities
@Nonnull public API.Partial_AccountConfig gratuities(@Nullable Erasable<Integer> gratuities)
 
- 
journalSeries
@Nonnull public API.Partial_AccountConfig journalSeries(@Nullable String journalSeries)
 
- 
journalSeries
@Nonnull public API.Partial_AccountConfig journalSeries(@Nullable Erasable<String> journalSeries)
 
- 
mismatches
@Nonnull public API.Partial_AccountConfig mismatches(@Nullable Integer mismatches)
 
- 
mismatches
@Nonnull public API.Partial_AccountConfig mismatches(@Nullable Erasable<Integer> mismatches)
 
- 
paymentMethods
@Nonnull public API.Partial_AccountConfig paymentMethods(@Nullable API.Partial_PaymentMethodAccount[] paymentMethods)
 
- 
paymentMethods
@Nonnull public API.Partial_AccountConfig paymentMethods(@Nullable Erasable<API.Partial_PaymentMethodAccount[]> paymentMethods)
 
- 
productGroups
@Nonnull public API.Partial_AccountConfig productGroups(@Nullable API.Partial_ProductGroupAccount[] productGroups)
 
- 
productGroups
@Nonnull public API.Partial_AccountConfig productGroups(@Nullable Erasable<API.Partial_ProductGroupAccount[]> productGroups)
 
- 
rounding
@Nonnull public API.Partial_AccountConfig rounding(@Nullable Integer rounding)
 
- 
rounding
@Nonnull public API.Partial_AccountConfig rounding(@Nullable Erasable<Integer> rounding)
 
 - 
 
 -