Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 779 Bytes

RefundItem.md

File metadata and controls

17 lines (12 loc) · 779 Bytes

# RefundItem

Properties

Name Type Description Notes
type string The type of refund. [optional]
item_id string The identifier of the item. [optional]
sku_id string The identifier of the SKU. [optional]
quantity int The number of returned items. [optional]
amount double The requested refund amount. [optional]
percent double The requested refund percent. [optional]
refunded_amount double The total amount refunded. [optional]

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