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