FolioProduct
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the FolioProduct. |
folio | Folio | true | Folio related to the FolioProduct. |
product | Product | true | Product related to the FolioProduct. |
productionDate | LocalDate | true | Date when it enters in production |
postingDate | LocalDate | true | Date when is posted |
quantity | Integer | true | Amount |
name | String | true | Name of the FolioProduct (usually name of the Product or ChainProduct) |
price | BigDecimal | true | Price of the FolioProduct |
currency | Currency | true | Currency of the FolioProduct |
foreignPrice | BigDecimal | true | Foreign price |
foreignCurrency | Currency | true | Foreign Currency. |
folioProductIdSource | Integer | true | |
chainRebateReasonType | ChainRebateReasonType | true | |
folioProductTransactionType | FolioProductTransactionType | true | |
folioProductTraceSet | Array of FolioProductTrace | true | |
rebateReason | String | true | |
ticket | Ticket | true | |
paymentReceipt | PaymentReceipt | true | |
deposit | Deposit | true | |
propertyChannel | PropertyChannel | true | |
propertySource | PropertySource | true | |
propertySegment | PropertySegment | true | |
folioProductTaxSet | Array of FolioProductTax | true |
JSON representation
{ "name": "No Show", "postingDate": "2018-10-29", "price": 44, "productionDate": "2018-10-29", "quantity": 1, "product": { "id": 86, "property": null, "chainProduct": { "id": 15, "productType": { "id": 1, "code": "SER", "name": "Service", "nameI18n": "Service" }, "chainProductSubGroup": { "id": 6, "chainProductGroup": { "id": 5, "code": "CPG5", "name": "ChainProductGroup 5", "chainProductSubGroupSet": null }, "code": "CPSG6", "name": "ChainProductSubGroup 6", "chainProductSet": null }, "code": "NS", "name": "No Show", "nameI18nId": 805, "nameI18n": "No Show", "productChargeQuantityType": null, "productChargeLengthType": null, "folioType": null, "productSet": null }, "name": "No Show", "order": 3, "active": true }, "folioProductTaxSet": [], "folioProductTraceSet": [] }