Skip to content

updateBillingItemInput

Autogenerated input type of updateBillingItem

Fields

deprecated DO NOT USE
metadata · String · A serialized JSON string of metadata. Maximum character limit of 128,000.

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
"""
A serialized JSON string of metadata. Maximum character limit of 128,000.
"""
metadata: String
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
}