INPUT_OBJECT
RefundRequestApproveInput
link GraphQL Schema definition
- input RefundRequestApproveInput {
- # The ID of the refund request to be approved. Supply only refund requests with
- # status PROCESSED.
- ID! :
- # An optional input field allowing the storage of both a text string comment and
- # attachments.
- RefundRequestNoteInput :
- # LineItemPriceBreakdowns should be used if you intend to provide a price
- # breakdown for all elements of that
- #
- # line item, otherwise don't supply this object and default values from the
- # original invoice will be used
- #
- # for lineItems that are not provided.
- RefundRequestLineItemApproveInput!] : [
- # To be used when creating new custom line items that are not associated with an
- # invoice line item.
- RefundRequestCustomLineItemApproveInput!] : [
- }