merchant property

  1. @BuiltValueField.new(wireName: r'merchant')
LinksElement? get merchant

The merchant account that the webhook is configured for. Only present for merchant-level webhooks.

Implementation

@BuiltValueField(wireName: r'merchant')
LinksElement? get merchant;