Rate schedule filter options.
Field | Type | Required | Description |
---|---|---|---|
RateCardID |
string | ✔️ | ID of the rate card to get the schedule for |
StartingAt |
time.Time | ✔️ | inclusive starting point for the rates schedule |
EndingBefore |
*time.Time | ➖ | optional exclusive end date for the rates schedule. When not specified rates will show all future schedule segments. |
Selectors |
[]operations.Selectors | ➖ | List of rate selectors, rates matching ANY of the selector will be included in the response Passing no selectors will result in all rates being returned. |