signature property

String signature
final

A cryptographically signed string representing the to properties of the promotional offer.

The signature is string signed with a private key and contains all the properties of the promotional offer. To keep you private key secure the signature should be created on a server. See Generating a Signature for Promotional Offers for more information.

Implementation

final String signature;