Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines price information of an each offer.

Hierarchy

  • PriceInfo

Index

Properties

Optional oneTimeCharge

oneTimeCharge: number = 0

oneTimeCharge for an offer.

Optional oneTimeChargeCostInfo

oneTimeChargeCostInfo: any

Optional oneTimeChargeInfo

oneTimeChargeInfo: any

includes adjustmenets and overrides

Optional recurringCharge

recurringCharge: number = 0

recurringCharge for an offer.

Optional recurringChargeCostInfo

recurringChargeCostInfo: any

Optional recurringChargeInfo

recurringChargeInfo: any

includes adjustmenets and overrides

Methods

Static parse

  • parse(priceResponse: any, input?: any): PriceInfo
  • This function parse the offer prices information.

    Parameters

    • priceResponse: any
    • Optional input: any

    Returns PriceInfo

    PriceInfo

Generated using TypeDoc