Which rate card, schedule name, and date to retrieve.
Field | Type | Required | Description |
---|---|---|---|
RateCardID |
string | ✔️ | ID of the rate card whose named schedule is to be retrieved |
ScheduleName |
string | ✔️ | The identifier for the schedule to be retrieved |
CoveringDate |
*time.Time | ➖ | If provided, at most one schedule segment will be returned (the one that covers this date). If not provided, all segments will be returned. |