INPUT_OBJECT
RefundRequestCreateMutationInput
Autogenerated input type of RefundRequestCreateMutation
link GraphQL Schema definition
- input RefundRequestCreateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the invoice.
- ID! :
- # Line items for which the refund is being requested.
- RefundRequestLineItemInput!]! : [
- # Notes on the refund request.
- RefundRequestNoteInput!]! : [
- # Initiator of the refund request. The default value is ADMIN
- RefundRequestInitiatorEnum :
- # ExternalID (key/value).
- KeyValueInput!] : [
- # Metadata key/value pairs
- KeyValueInput!] : [
- }