NewInvoiceRefundDataInput
Used for recording a new refund against a payment.
input NewInvoiceRefundDataInput {
refundAmount: Float!
refundDate: Date!
refundReason: String!
comment: String
}
Used for recording a new refund against a payment.
input NewInvoiceRefundDataInput {
refundAmount: Float!
refundDate: Date!
refundReason: String!
comment: String
}
NewInvoiceRefundDataInput.refundAmount ● Float! non-null scalarNewInvoiceRefundDataInput.refundDate ● Date! non-null scalarNewInvoiceRefundDataInput.refundReason ● String! non-null scalarNewInvoiceRefundDataInput.comment ● String scalar