INPUT_OBJECT
RefundRequestReturnMutationInput
Autogenerated input type of RefundRequestReturnMutation
link GraphQL Schema definition
- input RefundRequestReturnMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the refund request.
- ID! :
- # Notes to create.
- RefundRequestNoteInput!]! : [
- # Line items to add. Must be custom line items, not referencing an invoice line
- # item.
- RefundRequestLineItemInput!] : [
- }