OBJECT
RefundRequestNote
Note on a refund request
link GraphQL Schema definition
- type RefundRequestNote implements Node {
- # The admin who recorded the note.
- Admin :
- # Receipts, documentation or photos related to the package received.
- Image!]! : [
- ID! :
- # IP address of the person adding this note.
- String :
- # When this note was recorded, the status that the refund request or refund
- # request line item was transitioned to.
- RefundRequestNoteStatusEnum! :
- # Text of the note.
- String :
- # The refund request for which this is a note.
- RefundRequest! :
- # The refund request line item for which this is a note.
- RefundRequestLineItem :
- # Timestamp of when this note was recorded
- ISO8601DateTime! :
- # The customer who recorded the note.
- User :
- }