ElectronPaymentDiscount
Unofficial
Details of a discount offer to apply to a payment.
Import:
import type { ElectronPaymentDiscount } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronPaymentDiscountProperties
| Property | Type | Description | |
|---|---|---|---|
| identifier | string | A string used to uniquely identify a discount offer for a product. | |
| keyIdentifier | string | A string that identifies the key used to generate the signature. | |
| nonce | string | A universally unique ID (UUID) value that you define. | |
| signature | string | A UTF-8 string representing the properties of a specific discount offer, cryptographically signed. | |
| timestamp | number | The date and time of the signature's creation in milliseconds, formatted in Unix epoch time. |
Links to this page: