AptPriceListItem (Object)
type AptPriceListItem {
priceListItemNid: Int!
aptMask: String!
currId: String!
note: String!
aptPriceList: AptPriceList!
aptPriceListItemFees: [AptPriceListItemFee!]!
}
Fields
AptPriceListItem.priceListItemNid ● Int! non-null scalar
AptPriceListItem.aptMask ● String! non-null scalar
AptPriceListItem.currId ● String! non-null scalar
AptPriceListItem.note ● String! non-null scalar
AptPriceListItem.aptPriceList ● AptPriceList! non-null object
Requires access to resource GRAPHQL_ACFT
AptPriceListItem.aptPriceListItemFees ● [AptPriceListItemFee!]! non-null object
Member Of
AptPriceList object ● AptPriceListItemFee object