Jump to top

AddPaymentInfoEventParameters

interface

Properties

coupon

</>

Coupon code for a purchasable item.

coupon: undefined | string;

currency

</>

Purchase currency in 3 letter ISO_4217 format. E.g. USD.

currency: undefined | string;

items

</>
items: Item[];

payment_type

</>

The chosen method of payment

payment_type: undefined | string;

value

</>
value: undefined | number;