interface ExtendedPaymentItem
extends PaymentItem

EXTENSION: An item for purchase with an added refund_period. This correctly extends the global PaymentItem type.

Properties

readonly
refund_period: number

The refund duration for this item, in days.

Usage

import { type ExtendedPaymentItem } from ".";