Package com.onslip360
Class API.AccountConfig
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.AccountConfig>
-
- com.onslip360.API.AccountConfig
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.AccountConfig>>
- Enclosing class:
- API
public static class API.AccountConfig extends Onslip360Object<API.AccountConfig>
-
-
Constructor Summary
Constructors Constructor Description AccountConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<API.CostCenter>costCenter()API.AccountConfigcostCenter(API.CostCenter costCenter)Optional<Integer>gratuities()API.AccountConfiggratuities(Integer gratuities)Optional<String>journalSeries()API.AccountConfigjournalSeries(String journalSeries)Optional<Integer>mismatches()API.AccountConfigmismatches(Integer mismatches)Optional<API.PaymentMethodAccount[]>paymentMethods()API.AccountConfigpaymentMethods(API.PaymentMethodAccount[] paymentMethods)Optional<API.ProductGroupAccount[]>productGroups()API.AccountConfigproductGroups(API.ProductGroupAccount[] productGroups)Optional<Integer>rounding()API.AccountConfigrounding(Integer rounding)-
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 Optional<API.CostCenter> costCenter()
-
paymentMethods
@Nonnull public Optional<API.PaymentMethodAccount[]> paymentMethods()
-
productGroups
@Nonnull public Optional<API.ProductGroupAccount[]> productGroups()
-
costCenter
@Nonnull public API.AccountConfig costCenter(@Nullable API.CostCenter costCenter)
-
gratuities
@Nonnull public API.AccountConfig gratuities(@Nullable Integer gratuities)
-
journalSeries
@Nonnull public API.AccountConfig journalSeries(@Nullable String journalSeries)
-
mismatches
@Nonnull public API.AccountConfig mismatches(@Nullable Integer mismatches)
-
paymentMethods
@Nonnull public API.AccountConfig paymentMethods(@Nullable API.PaymentMethodAccount[] paymentMethods)
-
productGroups
@Nonnull public API.AccountConfig productGroups(@Nullable API.ProductGroupAccount[] productGroups)
-
rounding
@Nonnull public API.AccountConfig rounding(@Nullable Integer rounding)
-
-