Package com.onslip360
Class API.Partial_ProductGroupAccount
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ProductGroupAccount>
-
- com.onslip360.API.Partial_ProductGroupAccount
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ProductGroupAccount>>
- Enclosing class:
- API
public static class API.Partial_ProductGroupAccount extends Onslip360Object<API.Partial_ProductGroupAccount>
-
-
Constructor Summary
Constructors Constructor Description Partial_ProductGroupAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<Integer>
account()
API.Partial_ProductGroupAccount
account(Erasable<Integer> account)
API.Partial_ProductGroupAccount
account(Integer account)
Erasable<Integer>
discountAccount()
API.Partial_ProductGroupAccount
discountAccount(Erasable<Integer> discountAccount)
API.Partial_ProductGroupAccount
discountAccount(Integer discountAccount)
Optional<Long>
productGroup()
API.Partial_ProductGroupAccount
productGroup(Long productGroup)
Erasable<Integer>
vatAccount()
API.Partial_ProductGroupAccount
vatAccount(Erasable<Integer> vatAccount)
API.Partial_ProductGroupAccount
vatAccount(Integer vatAccount)
-
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
-
account
@Nonnull public API.Partial_ProductGroupAccount account(@Nullable Integer account)
-
account
@Nonnull public API.Partial_ProductGroupAccount account(@Nullable Erasable<Integer> account)
-
discountAccount
@Nonnull public API.Partial_ProductGroupAccount discountAccount(@Nullable Integer discountAccount)
-
discountAccount
@Nonnull public API.Partial_ProductGroupAccount discountAccount(@Nullable Erasable<Integer> discountAccount)
-
productGroup
@Nonnull public API.Partial_ProductGroupAccount productGroup(@Nullable Long productGroup)
-
vatAccount
@Nonnull public API.Partial_ProductGroupAccount vatAccount(@Nullable Integer vatAccount)
-
vatAccount
@Nonnull public API.Partial_ProductGroupAccount vatAccount(@Nullable Erasable<Integer> vatAccount)
-
-