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 offer

Optional oneTimeCharge

oneTimeCharge: number

oneTimeCharge for an offer.

Optional recurringCharge

recurringCharge: number

recurringCharge for an offer.

Methods

Static parse

  • This function parse the offer prices information.

    Parameters

    • priceResponse: any

    Returns PriceInfo

    PriceInfo

Generated using TypeDoc