KVTaxCodeBigDecimal
A key-value pair of TaxCode and BigDecimal
type KVTaxCodeBigDecimal {
key: TaxCode!
value: BigDecimal!
}
Fields
KVTaxCodeBigDecimal.key
● TaxCode!
non-null scalar
Key
KVTaxCodeBigDecimal.value
● BigDecimal!
non-null scalar
Value
Member Of
FareConstruction
object