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