Skip to content

createBillingItemInput

Autogenerated input type of createBillingItem

Fields

deprecated DO NOT USE
metadata · String · A serialized JSON string of metadata. Maximum character limit of 128,000.
requested_payment_id · ID · The ID of the requested payment to attach this billing item to. Note: scheduled billing items can not be attached to an existing requested payment.
stripe_customer_detail_id · ID · When passed in, the patient will be charged on the given payment source. Patient will be charged on their default source if left blank. Comes from the relevant StripeCustomerDetail object.

Used By

Definition

"""
Autogenerated input type of createBillingItem
"""
input createBillingItemInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
amount_paid: String
created_at: String
"""
A serialized JSON string of metadata. Maximum character limit of 128,000.
"""
metadata: String
note: String
offering_coupon_id: ID
offering_id: ID
payment_due_date: String
payment_medium: String
recipient_id: ID
requested_payer_id: ID
"""
The ID of the requested payment to attach this billing item to. Note: scheduled billing items can not be attached to an existing requested payment.
"""
requested_payment_id: ID
sender_id: ID
should_charge: Boolean
"""
When passed in, the patient will be charged on the given payment source. Patient will be charged on their default source if left blank. Comes from the relevant StripeCustomerDetail object.
"""
stripe_customer_detail_id: ID
stripe_idempotency_key: String
user_package_selection_id: ID
}