RateCardFilter
Represents details for a rate card filter
This page contains
Fields
rateReference: String! | Name for identifying reference |
filterConditions: [FilterCondition!] PREVIEW | Conditions to be applied on filter |
priceType: RateCardPriceType! PREVIEW | Price type on which rate card price will be applied |
rateType: RateType! PREVIEW | Indicates whether to read value from rate field or some other attribute |
rate: String! | Rate in percentage to be applied while calculation (ex. 0.1 = 10%) |
precedence: NonNegativeInt! | In case multiple conditions matched then precedence is considered |
Parent objects of RateCardFilter
RateCard PREVIEW | Represents details for a rate card |
Queries for RateCardFilter
rateCard PREVIEW | Returns rate Card by id |
rateCardByProductId PREVIEW | Returns working version of the rate card for given product id |