PaymentDiscount

external interface PaymentDiscount(source)

Properties

Link copied to clipboard
abstract var identifier: String

A string used to uniquely identify a discount offer for a product.

Link copied to clipboard
abstract var keyIdentifier: String

A string that identifies the key used to generate the signature.

Link copied to clipboard
abstract var nonce: String

A universally unique ID (UUID) value that you define.

Link copied to clipboard
abstract var signature: String

A UTF-8 string representing the properties of a specific discount offer, cryptographically signed.

Link copied to clipboard
abstract var timestamp: Double

The date and time of the signature's creation in milliseconds, formatted in Unix epoch time.