KVTaxCodeAmount
A key-value pair of TaxCode and Amount
type KVTaxCodeAmount {
key: TaxCode!
value: Amount!
}
Fields
KVTaxCodeAmount.key
● TaxCode!
non-null scalar
Key
KVTaxCodeAmount.value
● Amount!
non-null object
Value
Member Of
CurrentReservation
object ● ParentDisplay
object ● RefundCandidateDisplay
object