Skip to content

Files

Latest commit

762194d · Mar 22, 2023

History

History
32 lines (18 loc) · 1.12 KB

PricePlanDetailsConfig.md

File metadata and controls

32 lines (18 loc) · 1.12 KB

PricePlanDetailsConfig

Configuration for getting the usage rate card

Properties

Name Type Description Notes
mode ModeEnum Mode to get the usage rate card - CUSTOM: Use the price plan details provided in the request - PRICE_PLAN: Use the usage rate cards of the given price plan - ACCOUNT: Use the usage rate cards of a associated price plan of the given account
pricePlanDetails CreatePricePlanDetails [optional]
pricePlanId String Id of the price plan, this will be considered if mode is PRICE_PLAN [optional]
accountId String Id of the account, this will be considered if mode is ACCOUNT [optional]
effectiveOn OffsetDateTime Will be used for getting the usage rate card, only used if mode is ACCOUNT or PRICE_PLAN [optional]

Enum: ModeEnum

Name Value
CUSTOM "CUSTOM"
PRICE_PLAN "PRICE_PLAN"
ACCOUNT "ACCOUNT"

Implemented Interfaces

  • Serializable