Skip to content

createRequestedPaymentInput

Autogenerated input type of createRequestedPayment

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createRequestedPayment
"""
input createRequestedPaymentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
appointment_id: ID
cms1500_id: ID
invoice_type: String
is_preview: Boolean
notes: String
offering_id: ID
price: String
recipient_id: ID
requested_payer: RequestedPayerInput
requested_payment_template: RequestedPaymentTemplateInput
sender_id: ID
service_date: String
services_provided: String
status: String
user_package_selection_id: ID
write_offs: [WriteOffInput]
}