TestNotificationConfigurationRequest class abstract
TestNotificationConfigurationRequest
Properties:
- eventTypes - The event types to test. If left blank, then all of the configured event types will be 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. - notificationId - The ID of the notification subscription configuration to be tested.
- Annotations
-
- @BuiltValue.new()
Constructors
- TestNotificationConfigurationRequest([void updates(TestNotificationConfigurationRequestBuilder b)])
-
factory
Properties
-
eventTypes
→ BuiltList<
TestNotificationConfigurationRequestEventTypesEnum> ? -
The event types to test. If left blank, then all of the configured event types will be 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 - hashCode → int
-
The hash code for this object.
no setterinherited
- notificationId → int
-
The ID of the notification subscription configuration to be tested.
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(TestNotificationConfigurationRequestBuilder)) → TestNotificationConfigurationRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → TestNotificationConfigurationRequestBuilder -
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<
TestNotificationConfigurationRequest> -
no setter