Skip to main content

TenderPaymentInput

No description

input TenderPaymentInput {
price: Float
method: String
status: String
accountingId: String
}

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

Member Of

tenderUpdatePayment mutation