PaymentDiscount Type
Constructors
| Constructor |
Description
|
Full Usage:
PaymentDiscount(identifier, keyIdentifier, nonce, signature, timestamp)
Parameters:
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 : float
-
The date and time of the signature's creation in milliseconds, formatted in Unix epoch time.
Returns: PaymentDiscount
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.identifier
|
A string used to uniquely identify a discount offer for a product. |
Full Usage:
this.keyIdentifier
|
A string that identifies the key used to generate the signature. |
Full Usage:
this.nonce
|
A universally unique ID (UUID) value that you define. |
Full Usage:
this.signature
|
A UTF-8 string representing the properties of a specific discount offer, cryptographically signed. |
Full Usage:
this.timestamp
|
The date and time of the signature's creation in milliseconds, formatted in Unix epoch time. |
fable-electron-docs-api