Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 4.97 KB

File metadata and controls

22 lines (19 loc) · 4.97 KB

Refund

Fields

Field Type Required Description
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The ID of the object.
metadata Dict[str, models.MetadataOutputType] ✔️ N/A
status models.RefundStatus ✔️ N/A
reason models.RefundReason ✔️ N/A
amount int ✔️ N/A
tax_amount int ✔️ N/A
currency str ✔️ N/A
organization_id str ✔️ N/A
order_id str ✔️ N/A
subscription_id Nullable[str] ✔️ N/A
customer_id str ✔️ N/A
revoke_benefits bool ✔️ N/A
dispute Nullable[models.RefundDispute] ✔️ N/A