CancelMerchantPaymentInput
No description
input CancelMerchantPaymentInput {
merchantPaymentId: ID!
amount: AmountInput
}
Fields
CancelMerchantPaymentInput.merchantPaymentId
● ID!
non-null scalar
ID of the Merchant Payment
CancelMerchantPaymentInput.amount
● AmountInput
input
Amount to cancel from the Merchant Payment (Not available for SDD)
Member Of
cancelMerchantPayment
mutation