TestNotificationConfigurationResponse class abstract
TestNotificationConfigurationResponse
Properties:
- errorMessages - Any error messages encountered.
- eventTypes - The event types that were tested. >Permitted values:
ACCOUNT_HOLDER_CREATED,ACCOUNT_CREATED,ACCOUNT_UPDATED,ACCOUNT_HOLDER_UPDATED,ACCOUNT_HOLDER_STATUS_CHANGE,ACCOUNT_HOLDER_STORE_STATUS_CHANGEACCOUNT_HOLDER_VERIFICATION,ACCOUNT_HOLDER_LIMIT_REACHED,ACCOUNT_HOLDER_PAYOUT,PAYMENT_FAILURE,SCHEDULED_REFUNDS,REPORT_AVAILABLE,TRANSFER_FUNDS,BENEFICIARY_SETUP,COMPENSATE_NEGATIVE_BALANCE. - exchangeMessages - The notification message and related response messages.
- invalidFields - Contains field validation errors that would prevent requests from being processed.
- notificationId - The ID of the notification subscription configuration.
- okMessages - A list of messages describing the testing steps.
- pspReference - The reference of a request. Can be used to uniquely identify the request.
- resultCode - The result code.
- Annotations
-
- @BuiltValue.new()
Constructors
- TestNotificationConfigurationResponse([void updates(TestNotificationConfigurationResponseBuilder b)])
-
factory
Properties
-
errorMessages
→ BuiltList<
String> ? -
Any error messages encountered.
no setter
-
eventTypes
→ BuiltList<
TestNotificationConfigurationResponseEventTypesEnum> ? -
The event types that were tested. >Permitted values:
ACCOUNT_HOLDER_CREATED,ACCOUNT_CREATED,ACCOUNT_UPDATED,ACCOUNT_HOLDER_UPDATED,ACCOUNT_HOLDER_STATUS_CHANGE,ACCOUNT_HOLDER_STORE_STATUS_CHANGEACCOUNT_HOLDER_VERIFICATION,ACCOUNT_HOLDER_LIMIT_REACHED,ACCOUNT_HOLDER_PAYOUT,PAYMENT_FAILURE,SCHEDULED_REFUNDS,REPORT_AVAILABLE,TRANSFER_FUNDS,BENEFICIARY_SETUP,COMPENSATE_NEGATIVE_BALANCE.no setter -
exchangeMessages
→ BuiltList<
ExchangeMessage> ? -
The notification message and related response messages.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidFields
→ BuiltList<
ErrorFieldType> ? -
Contains field validation errors that would prevent requests from being processed.
no setter
- notificationId → int
-
The ID of the notification subscription configuration.
no setter
-
okMessages
→ BuiltList<
String> ? -
A list of messages describing the testing steps.
no setter
- pspReference → String?
-
The reference of a request. Can be used to uniquely identify the request.
no setter
- resultCode → String?
-
The result code.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(TestNotificationConfigurationResponseBuilder)) → TestNotificationConfigurationResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → TestNotificationConfigurationResponseBuilder -
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<
TestNotificationConfigurationResponse> -
no setter