Item

constructor(description: String? = null, brand: String? = null, buyLink: String? = null, discounts: List<DocumentContent.Discount>? = null, fees: List<DocumentContent.Fee>? = null, imageUrl: String? = null, itemIds: List<String>? = null, listPrice: DocumentTaxableAmount? = null, loyaltyRewards: DocumentContent.LoyaltyRewards? = null, name: String? = null, price: DocumentTaxableAmount? = null, priceBeforeDiscountsFees: DocumentTaxableAmount? = null, properties: List<DocumentContent.Item.Property>? = null, serialNumbers: List<String>? = null, sku: String? = null, unitListPrice: DocumentTaxableAmount? = null, unitOfMeasure: String? = null, unitPrice: DocumentTaxableAmount? = null, unitQuantity: BigDecimal? = null)