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_ProductGroupAccountaccount(Erasable<Integer> account)API.Partial_ProductGroupAccountaccount(Integer account)Erasable<Integer>discountAccount()API.Partial_ProductGroupAccountdiscountAccount(Erasable<Integer> discountAccount)API.Partial_ProductGroupAccountdiscountAccount(Integer discountAccount)Optional<Long>productGroup()API.Partial_ProductGroupAccountproductGroup(Long productGroup)Erasable<Integer>vatAccount()API.Partial_ProductGroupAccountvatAccount(Erasable<Integer> vatAccount)API.Partial_ProductGroupAccountvatAccount(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)
 
 - 
 
 -