Item
data class Item(val description: String? = null, val brand: String? = null, val buyLink: String? = null, val discounts: List<DocumentContent.Discount>? = null, val fees: List<DocumentContent.Fee>? = null, val imageUrl: String? = null, val itemIds: List<String>? = null, val listPrice: DocumentTaxableAmount? = null, val loyaltyRewards: DocumentContent.LoyaltyRewards? = null, val name: String? = null, val price: DocumentTaxableAmount? = null, val priceBeforeDiscountsFees: DocumentTaxableAmount? = null, val properties: List<DocumentContent.Item.Property>? = null, val serialNumbers: List<String>? = null, val sku: String? = null, val unitListPrice: DocumentTaxableAmount? = null, val unitOfMeasure: String? = null, val unitPrice: DocumentTaxableAmount? = null, val unitQuantity: BigDecimal? = null)
See also
Constructors
Link copied to clipboard
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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard