Description Use it to perform manual payment Fields amount: Int! Amount of money paid manually Example: 0 Used By Types OrderPayment Preview (typescript) interface OrderPaymentManual {amount: number}