Schema Documentation

Refund

Description

A refund object

Fields
Field NameDescription
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
Arguments
key - String

Retrieve meta by key

keysIn - [String]

Retrieve multiple metas by key

multiple - Boolean

Retrieve meta with matching keys

reason - String Reason for refund
refundedBy - User User who completed the refund
title - String A title for the new post type
Example
{"amount":987.65,"databaseId":987,"date":"xyz789","id":4,"metaData":[MetaData],"reason":"xyz789","refundedBy":User,"title":"xyz789"}