Type Alias SavePaymentParams
SavePaymentParams: SetRequired<
Pick<
Payment,
| "amount"
| "automatic"
| "paymentProcessor"
| "paymentProcessorFee"
| "type"
| "transactionId"
| "status"
| "paymentError",
>,
"paymentProcessor"
| "transactionId",
> & { automaticPayment?: AutomaticPayment }