accountId property

String? accountId
final

If the account was created successfully, the unique identifier (ID) of the new account.

The regex pattern for an account ID string requires exactly 12 digits.

Implementation

final String? accountId;