TenderPaymentInput
No description
input TenderPaymentInput {
price: Float
method: String
status: String
accountingId: String
overruled: YesNo
}
Fields
TenderPaymentInput.price ● Float scalar
The costs associated with the selected paymethod on this tender/order. VAT excluding. If omitted, payment costs are automatically calculated
TenderPaymentInput.method ● String scalar
Payment method for this tender/order
TenderPaymentInput.status ● String scalar
Payment status for this tender/order
TenderPaymentInput.accountingId ● String scalar
Accounting ID for this tender/order
TenderPaymentInput.overruled ● YesNo enum
If false, payment costs are automatically calculated
Member Of
tenderUpdatePayment mutation