TestWebhookRequest class abstract

TestWebhookRequest

Properties:

  • notification - Custom test notification object. Required when the types list contains CUSTOM.
  • 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
Annotations
  • @BuiltValue.new()

Constructors

TestWebhookRequest([void updates(TestWebhookRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
notification CustomNotification?
Custom test notification object. Required when the types list contains CUSTOM.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types → BuiltList<String>?
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
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TestWebhookRequestBuilder)) TestWebhookRequest
Rebuilds the instance.
inherited
toBuilder() TestWebhookRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<TestWebhookRequest>
no setter