Skip to content

cancelRecurringPaymentInput

Autogenerated input type of cancelRecurringPayment

Fields

billing_item_id · ID! · required · The ID of the billing item

Used By

Definition

"""
Autogenerated input type of cancelRecurringPayment
"""
input cancelRecurringPaymentInput {
"""
The ID of the billing item
"""
billing_item_id: ID!
}