updateRequestedPaymentInput
Autogenerated input type of updateRequestedPayment
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcms1500_id
· ID
Used By
Definition
"""Autogenerated input type of updateRequestedPayment"""input updateRequestedPaymentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") appointment_id: ID cms1500_id: ID 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 resend_receipt: Boolean send_request_email: Boolean sender_id: ID service_date: String services_provided: String status: String use_as_template: Boolean write_offs: [WriteOffInput]}