Home > @poq/sdk-sfcc > CustomerProductListItemPurchase
Document representing a customer product list item purchase.
Signature:
export declare class CustomerProductListItemPurchase extends BaseModel<CustomerProductListItemPurchase>
Extends: BaseModel<CustomerProductListItemPurchase
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerProductListItemPurchase class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id? | string | (Optional) The id of this purchase. | |
| orderNo? | string | (Optional) The order number of this purchase. | |
| productListItemId? | string | (Optional) The id of the product list item this purchase relates to. | |
| purchaserName? | string | (Optional) The name of the purchaser. | |
| quantity? | number | (Optional) The quantity of this product list item purchased. |