types property

  1. @BuiltValueField.new(wireName: r'types')
BuiltList<String>? get types

List of event codes for which to send test notifications. Only the webhook types below are supported. Possible values if webhook type: standard: * AUTHORISATION * CHARGEBACK_REVERSED * ORDER_CLOSED * ORDER_OPENED * PAIDOUT_REVERSED * PAYOUT_THIRDPARTY * REFUNDED_REVERSED * REFUND_WITH_DATA * REPORT_AVAILABLE * CUSTOM - set your custom notification fields in the notification object. Possible values if webhook type: banktransfer-notification: * PENDING Possible values if webhook type: report-notification: * REPORT_AVAILABLE Possible values if webhook type: ideal-notification: * AUTHORISATION Possible values if webhook type: pending-notification: * PENDING

Implementation

@BuiltValueField(wireName: r'types')
BuiltList<String>? get types;