Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 857 Bytes

RefundItemRequest.md

File metadata and controls

16 lines (11 loc) · 857 Bytes

# RefundItemRequest

Properties

Name Type Description Notes
type string The type of the refund. [optional]
item_id string The identifier of the item.
sku_id string The identifier of the SKU. [optional]
quantity int The number of items to refund. [optional]
amount double The amount to refund. You are required to provide this value or <code>items[].percent</code>. [optional]
percent double The percent to refund. You are required to provide this value or <code>items[].amount</code>. [optional]

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