cancelRecurringPaymentInput
Autogenerated input type of cancelRecurringPayment
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of cancelRecurringPayment"""input cancelRecurringPaymentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of the billing item """ billing_item_id: ID!}