merchantId property

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

Unique identifier of the merchant account that the notification is about.

Implementation

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