SetRateCardResult
The result of setting a rate: the new row and what moved.
type SetRateCardResult {
entry: RateCardEntryType!
changes: [RateChangeType!]!
}
Fields
SetRateCardResult.entry ● RateCardEntryType! non-null object
The dimension as it now stands.
SetRateCardResult.changes ● [RateChangeType!]! non-null object
One entry per field that changed. Never empty: a call that would change nothing is refused rather than reported as a successful no-op.
Returned By
setBillingRate mutation