ElectronPayment
Unofficial
A payment in the Mac App Store payment queue.
Import:
import type { ElectronPayment } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronPaymentProperties
| Property | Type | Description | |
|---|---|---|---|
| applicationUsername | string | An opaque identifier for the user's account on your system. | |
| paymentDiscount? | ElectronPaymentDiscount | The details of the discount offer to apply to the payment. | |
| productIdentifier | string | The identifier of the purchased product. | |
| quantity | number | The quantity purchased. |
Links to this page: