Skip to main content

AptPriceFee (Object)

type AptPriceFee {
aptFeeId: String!
label: String!
description: String!
userUnit: String!
unit: String!
isPrivate: Boolean!
forOperator(
operator: OperatorId!
): AptPriceFeeOperator!
}

Fields

AptPriceFee.aptFeeId ● String! non-null scalar

AptPriceFee.label ● String! non-null scalar

AptPriceFee.description ● String! non-null scalar

AptPriceFee.userUnit ● String! non-null scalar

AptPriceFee.unit ● String! non-null scalar

AptPriceFee.isPrivate ● Boolean! non-null scalar

AptPriceFee.forOperator ● AptPriceFeeOperator! non-null object

AptPriceFee.forOperator.operator ● OperatorId! non-null scalar

Member Of

AptPriceFeeOperator object ● AptPriceListFeeOrder object ● AptPriceListItemFee object ● QuoteRealizationAptPrice object