Skip to main content

AlertPriceInput

Price input

input AlertPriceInput {
check: AlertCheckPrice!
range: AlertRangePrice!
amount: Int
commission: Int
amountBy: AlertAmountBy
}

Fields

AlertPriceInput.check ● AlertCheckPrice! non-null enum

Specify which field is going to be checked. Amount, commission or both

AlertPriceInput.range ● AlertRangePrice! non-null enum

Low or greater values of amount/commission (value included)

AlertPriceInput.amount ● Int scalar

Value of amount price

AlertPriceInput.commission ● Int scalar

Value of commission price

AlertPriceInput.amountBy ● AlertAmountBy enum

Amount can be checked by its total value or night

Member Of

AlertPriceAbsoluteConfigurationByRequestsInput input ● AlertPriceAbsoluteConfigurationByTimeInput input ● AlertPriceRelativeConfigurationByRequestsInput input ● AlertPriceRelativeConfigurationByTimeInput input