nonce property

String nonce
final

A universal unique identifier (UUID) created together with the signature.

The UUID should be generated on your server when it creates the signature for the payment discount. The UUID can be used once, a new UUID should be created for each payment request. The string representation of the UUID must be lowercase. See Generating a Signature for Promotional Offers for more information.

Implementation

final String nonce;