CapturePaymentInput
No description
input CapturePaymentInput {
paymentId: ID!
amount: Int
}
Fields
CapturePaymentInput.paymentId ● ID! non-null scalar
The ID of the payment to be captured
CapturePaymentInput.amount ● Int scalar
The amount to be captured (for example 1075 for 10.75€)
Member Of
capturePayment mutation