Skip to content

ElectronPaymentDiscount

Unofficial

Details of a discount offer to apply to a payment.

Import:

import type { ElectronPaymentDiscount } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronPaymentDiscount

Properties

PropertyTypeDescription
identifierstringA string used to uniquely identify a discount offer for a product.
keyIdentifierstringA string that identifies the key used to generate the signature.
noncestringA universally unique ID (UUID) value that you define.
signaturestringA UTF-8 string representing the properties of a specific discount offer, cryptographically signed.
timestampnumberThe date and time of the signature's creation in milliseconds, formatted in Unix epoch time.

Links to this page: