Schema Documentation
Refund
Description
A refund object
Fields
Field Name | Description |
---|---|
amount -
Float | Refunded amount |
databaseId -
Int | The ID of the refund in the database |
date -
String | The date of the refund |
id -
ID! | The globally unique identifier for the refund |
metaData -
[MetaData] | Object meta data |
reason -
String | Reason for refund |
refundedBy -
User | User who completed the refund |
title -
String | A title for the new post type |
Example
{"amount":123.45,"databaseId":987,"date":"xyz789","id":4,"metaData":[MetaData],"reason":"abc123","refundedBy":User,"title":"xyz789"}