CreditMemoLineItem
Definition of an credit memo line item
This page contains
Fields
| id: ID! | ID of the credit memo line item |
| balanceCreatedOn: DateTime! | Creation date of the credit memo line item in customer balance service |
| total: Decimal! | Total amount of credit memo line item |
| type: String! | Item type (Product or Tax) |
| typeReference: String! | Credit Memo Line Item type reference. (Tax name or product uuid) |
| balance: Decimal | Credit Memo Line Item Balance |
| balanceLedgers(withHistory: Boolean): [CreditMemoLineItemBalanceLedger] | List of Credit Memo Balances. If withHistory is enabled, it will return the full history of balances for this item |
| refundedInvoiceLineItem: InvoiceLineItem PREVIEW | Invoice item refunded by this credit memo item |
Parent objects of CreditMemoLineItem
| CreditMemoLine PREVIEW | Definition of an credit memo line |