mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 12:47:46 +00:00
3.5 KiB
3.5 KiB
Refund
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
object_created |
date | ➖ | Date and time of object creation. | |
object_id |
Optional[str] | ➖ | Unique identifier of the given object. | adcfdddf8ec64b84ad22772bce3ea37a |
object_owner |
Optional[str] | ➖ | Username of the user who created the object. | shippotle@shippo.com |
object_updated |
date | ➖ | Date and time of last object update. | |
status |
Optional[components.RefundStatus] | ➖ | Indicates the status of the Refund. | SUCCESS |
test |
Optional[bool] | ➖ | Indicates whether the object has been created in test mode. | |
transaction |
Optional[str] | ➖ | Object ID of the Transaction to be refunded. | 915d94940ea54c3a80cbfa328722f5a1 |