Optionalamount
amount?: number | null
OptionalbillingCountryCode
billingCountryCode?: string | null
OptionalbillingId
billingId?: string | null
OptionalblockSize
blockSize?: number | null
OptionalcreditRate
creditRate?: { amount: number } | null
OptionalcustomCurrency
customCurrency?:
| {
displayName: string;
units?: { plural?: string | null; singular?: string | null }
| null;
}
| null
Optionalfeature
feature?:
| {
displayName: string;
featureId: string;
unitQuantity?: number
| null;
units?: string | null;
unitsPlural?: string | null;
}
| null
isTieredPrice
isTieredPrice: boolean
OptionalmaxUnitQuantity
maxUnitQuantity?: number | null
OptionalminUnitQuantity
minUnitQuantity?: number | null
OptionaltopUpCustomCurrencyId
topUpCustomCurrencyId?: string | null