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

one-time charge for an offer.

Optional oneTimeLoyalty

oneTimeLoyalty: number

one-time loyalty for an offer.

Optional recurringCharge

recurringCharge: number

recurring charge for an offer.

recurringLoyalty

recurringLoyalty: number

recurring loyalty for an offer.

Methods

Static parse

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

    Parameters

    • priceResponse: any
    • Optional isBundleTotal: boolean

    Returns PriceInfo

    PriceInfo

Generated using TypeDoc