notificationResponse property

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

Respond with any 2xx HTTP status code to accept the webhook.

Implementation

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