RefundPaymentInput
No description
input RefundPaymentInput {
id: ID!
amount: PositiveDecimal!
}
Fields
RefundPaymentInput.id ● ID! non-null scalar
Payment id for the refund.
RefundPaymentInput.amount ● PositiveDecimal! non-null scalar
Refund payment amount.
Member Of
refundPaymentsAdd mutation