type property

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

The type of webhook that is being created. Possible values are: - standard - account-settings-notification - banktransfer-notification - boletobancario-notification - directdebit-notification - ach-notification-of-change-notification - direct-debit-notice-of-change-notification - pending-notification - ideal-notification - ideal-pending-notification - report-notification - rreq-notification - terminal-settings - terminal-boarding Find out more about standard webhooks and other types of webhooks.

Implementation

@BuiltValueField(wireName: r'type')
String get type;