Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines price information of an each offer.

Hierarchy

  • PriceInfo

Index

Properties

Optional customFields

customFields: any

custom attributes for an PriceInfo

Optional oneTimeCharge

oneTimeCharge: number = 0

one-time charge for an offer.

Optional oneTimeChargeInfo

oneTimeChargeInfo: any

includes adjustmenets and overrides

Optional oneTimeLoyalty

oneTimeLoyalty: number = 0

one-time loyalty for an offer.

Optional recurringCharge

recurringCharge: number = 0

recurring charge for an offer.

Optional recurringChargeInfo

recurringChargeInfo: any

includes adjustmenets and overrides

Optional recurringLoyalty

recurringLoyalty: number = 0

recurring loyalty for an offer.

Methods

Static parse

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

    Parameters

    • priceResponse: any
    • Optional isBundleTotal: boolean
    • Optional input: any

    Returns PriceInfo

    PriceInfo

Generated using TypeDoc