Payment Type
Constructors
| Constructor |
Description
|
Full Usage:
Payment(productIdentifier, quantity, applicationUsername, ?paymentDiscount)
Parameters:
string
-
The identifier of the purchased product.
quantity : int
-
The quantity purchased.
applicationUsername : string
-
An opaque identifier for the user’s account on your system.
?paymentDiscount : PaymentDiscount
-
The details of the discount offer to apply to the payment.
Returns: Payment
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.applicationUsername
|
An opaque identifier for the user’s account on your system. |
Full Usage:
this.paymentDiscount
|
The details of the discount offer to apply to the payment. |
Full Usage:
this.productIdentifier
|
The identifier of the purchased product. |
Full Usage:
this.quantity
|
The quantity purchased. |
fable-electron-docs-api