Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 711 Bytes

RefundLineItem.md

File metadata and controls

12 lines (9 loc) · 711 Bytes

# RefundLineItem

Properties

Name Type Description Notes
id string The line-item identifier.
type string Type for line items refund. QUANTITY is provided when you can refund one or more items. AMOUNT is provided when you can refund a partial price.
quantity float This field is provided for QUANTITY type only. It specifies how many items will be refunded. [optional]
value \AllegroApi\Model\RefundLineItemValue [optional]

[Back to Model list] [Back to API list] [Back to README]