Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines each cartItem prices.

Hierarchy

  • Price

Index

Properties

Optional customFields

customFields: any

custom attributes for an offer

Optional oneTimeCharge

oneTimeCharge: any

Optional oneTimeTotal

oneTimeTotal: any

Optional recurringCharge

recurringCharge: any

Optional recurringPrice

recurringPrice: any

Optional recurringTotal

recurringTotal: any

Optional unitPrice

unitPrice: any

Methods

Static parse

  • parse(cartItemResponse: any, input: any): Price
  • This function parse the cartItem to fetch all pricing information.

    Parameters

    • cartItemResponse: any
    • input: any

    Returns Price

Generated using TypeDoc