Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 902 Bytes

File metadata and controls

17 lines (12 loc) · 902 Bytes

EcommerceOrderRefund

A refund for an ecommerce order.

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional] [readonly]
amount str The amount of the refund. [optional]
currency Currency [optional]
reason str The reason for the refund. [optional]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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