cancelRecurringPayment
Cancels the recurring payment for a patient.
Arguments
input
· cancelRecurringPaymentInput
· Parameters for cancelRecurringPayment Returns
cancelRecurringPaymentPayload
Example
mutation cancelRecurringPayment($input: cancelRecurringPaymentInput) { cancelRecurringPayment(input: $input) { billingItem messages }}