Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

File metadata and controls

19 lines (15 loc) · 1.21 KB

Refund

Properties

Name Type Description Notes
id String A unique 25-character alphanumeric refund identifier. [default to null]
resource String Resource name. Will always be `refund`. [default to null]
amount Integer The refund amount with tax included, greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). [default to null]
currency Currency [default to null]
payment String A unique 25-character alphanumeric payment identifier. [default to null]
description String Description of the refund. [default to null]
created_at Date [default to null]
chargeback Boolean Denotes if this refund was created due to a chargeback. [default to null]
refund_type String [optional] [default to null]
platform_details PlatformDetails [optional] [default to null]

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