AccountUpdateNotificationData class abstract

AccountUpdateNotificationData

Properties:

  • capabilities - Key-value pairs that specify what you can do with the merchant account and its settings. The key is a capability. For example, the sendToTransferInstrument is the capability required before you can pay out the funds of a merchant account to a bank account. The value is an object containing the settings for the capability.
  • legalEntityId - The unique identifier of the legal entity.
  • merchantId - The unique identifier of the merchant account.
  • status - The status of the merchant account. Possible values: * PreActive: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments. * Active: Users can access the merchant account in the Customer Area. If the company account is also Active, then payment processing and payouts are enabled. * InactiveWithModifications: Users can access the merchant account in the Customer Area. The account cannot process new payments but can still modify payments, for example issue refunds. The account can still receive payouts. * Inactive: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled. * Closed: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled.
Annotations
  • @BuiltValue.new()

Properties

capabilities → BuiltMap<String, AccountCapabilityData>
Key-value pairs that specify what you can do with the merchant account and its settings. The key is a capability. For example, the sendToTransferInstrument is the capability required before you can pay out the funds of a merchant account to a bank account. The value is an object containing the settings for the capability.
no setter
hashCode int
The hash code for this object.
no setterinherited
legalEntityId String?
The unique identifier of the legal entity.
no setter
merchantId String
The unique identifier of the merchant account.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
The status of the merchant account. Possible values: * PreActive: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments. * Active: Users can access the merchant account in the Customer Area. If the company account is also Active, then payment processing and payouts are enabled. * InactiveWithModifications: Users can access the merchant account in the Customer Area. The account cannot process new payments but can still modify payments, for example issue refunds. The account can still receive payouts. * Inactive: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled. * Closed: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountUpdateNotificationDataBuilder)) AccountUpdateNotificationData
Rebuilds the instance.
inherited
toBuilder() AccountUpdateNotificationDataBuilder
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<AccountUpdateNotificationData>
no setter