certificateAlias property

  1. @BuiltValueField.new(wireName: r'certificateAlias')
String? get certificateAlias

The alias of our SSL certificate. When you receive a notification from us, the alias from the HMAC signature will match this alias.

Implementation

@BuiltValueField(wireName: r'certificateAlias')
String? get certificateAlias;