Options
All
  • Public
  • Public/Protected
  • All
Menu

A gift card item that can be purchased.

Hierarchy

Index

Properties

addons

Addons available for that item.

discountAmount

discountAmount: any

Total discount amount on the price.

discountCode

discountCode: string

Valid discount code that was applied, either the cart's code or one that was applied separately to the item. An invalid code results in a null value.

emailFulfillment

emailFulfillment: CartItemEmailFulfillment

Send the gift card to a recipient via email.

errors

errors: CartItemError[]

Current item validation errors.

giftCardDesign

giftCardDesign: CartItemGiftCardDesign

id

id: string

ID of the item.

item

Original item details.

lineTotal

lineTotal: any

Total for the item after discounts and taxes.

price

price: any

Price before discounts and taxes.

taxAmount

taxAmount: any

Total tax amount on the discounted price.

Methods

getAvailablePaymentMethods

getSelectedPaymentMethod

Generated using TypeDoc