TenderPaymentInput
No description
input TenderPaymentInput {
tenderId: String!
amountGross: Float
method: String
status: String
transactionId: String
accountingId: String
}
Fields
TenderPaymentInput.tenderId
● String!
non-null scalar
Tender unique ID
TenderPaymentInput.amountGross
● 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.transactionId
● String
scalar
Payment transaction ID for this tender/order
TenderPaymentInput.accountingId
● String
scalar
Accounting ID for this tender/order
Member Of
tenderUpdatePayment
mutation