TenderPayment
No description
type TenderPayment {
amountNet: Float!
amountGross: Float!
overruled: Boolean!
tax: Float!
taxPercentage: Float!
method: String!
status: String
statusDate: DateTime
transactionId: String
accountingId: String
}
Fields
TenderPayment.amountNet
● Float!
non-null scalar
The costs associated with the selected paymethod on this tender/order. VAT including
TenderPayment.amountGross
● Float!
non-null scalar
The costs associated with the selected paymethod on this tender/order. VAT excluding
TenderPayment.overruled
● Boolean!
non-null scalar
If false, payment costs are automatically calculated
TenderPayment.tax
● Float!
non-null scalar
The tax associated with the selected paymethod on this tender/order
TenderPayment.taxPercentage
● Float!
non-null scalar
The tax percentage associated with the selected paymethod on this tender/order
TenderPayment.method
● String!
non-null scalar
The selected payment method for this tender/order
TenderPayment.status
● String
scalar
Payment status for this tender/order
TenderPayment.statusDate
● DateTime
scalar
Payment status change date for this tender/order
TenderPayment.transactionId
● String
scalar
Payment transaction ID for this tender/order
TenderPayment.accountingId
● String
scalar
Accounting ID for this tender/order
Member Of
Tender
object