| Package | Description |
|---|---|
| org.mustangproject |
| Modifier and Type | Field and Description |
|---|---|
protected Product |
Item.product |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.addGlobalID(SchemedID schemedID) |
Product |
Item.getProduct() |
Product |
Product.setBuyerAssignedID(java.lang.String buyerAssignedID)
if the buyer provided an ID how he refers to this product
|
Product |
Product.setDescription(java.lang.String description)
description of the product (required)
|
Product |
Product.setIntraCommunitySupply()
sets intra community supply(=delivery outside the country inside the EU)
|
Product |
Product.setName(java.lang.String name)
name of the product
|
Product |
Product.setReverseCharge()
sets reverse charge(=delivery to outside EU)
|
Product |
Product.setSellerAssignedID(java.lang.String sellerAssignedID)
how the seller identifies this type of product
|
Product |
Product.setUnit(java.lang.String unit)
sets a UN/ECE rec 20 or 21 code which unit the product ships in, e.g.
|
Product |
Product.setVATPercent(java.math.BigDecimal VATPercent)
VAT rate of the product
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.setProduct(Product product) |
| Constructor and Description |
|---|
Item(Product product,
java.math.BigDecimal price,
java.math.BigDecimal quantity)
default constructor
|
Copyright © 2023. All rights reserved.