createRequestedPaymentInput
Autogenerated input type of createRequestedPayment
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcms1500_id
· ID
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]}