INPUT_OBJECT
RefundRequestRefundMutationInput
Autogenerated input type of RefundRequestRefundMutation
link GraphQL Schema definition
- input RefundRequestRefundMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the refund request.
- ID! :
- # Amount refunded (cash). In cents.
- Int :
- # Amount to be reclaimed from merchant (remittance). In cents.
- Int :
- # Notes to create.
- RefundRequestNoteInput!]! : [
- # Image(s) of refund receipts(s).
- ImageInput!] : [
- # Line items to add. Must be custom line items, not referencing an invoice line
- # item.
- RefundRequestLineItemInput!] : [
- }