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.AccountConfig
costCenter(API.CostCenter costCenter)
Optional<Integer>
gratuities()
API.AccountConfig
gratuities(Integer gratuities)
Optional<String>
journalSeries()
API.AccountConfig
journalSeries(String journalSeries)
Optional<Integer>
mismatches()
API.AccountConfig
mismatches(Integer mismatches)
Optional<API.PaymentMethodAccount[]>
paymentMethods()
API.AccountConfig
paymentMethods(API.PaymentMethodAccount[] paymentMethods)
Optional<API.ProductGroupAccount[]>
productGroups()
API.AccountConfig
productGroups(API.ProductGroupAccount[] productGroups)
Optional<Integer>
rounding()
API.AccountConfig
rounding(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)
-
-