Skip to content

updateBillingItemInput

Autogenerated input type of updateBillingItem

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateBillingItem
"""
input updateBillingItemInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
amount_paid: String
chosen_refund_amount: String
created_at: ISO8601DateTime
id: ID
is_canceled: Boolean
is_paused: Boolean
new_payment_date: ISO8601DateTime
note: String
payment_medium: String
recipient_id: ID
resend_payment: Boolean
resend_receipt: Boolean
sender_id: ID
stripe_idempotency_key: ID
}