status property
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. You cannot process new payments but you can still modify payments, for example issue refunds. You 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.
Implementation
@BuiltValueField(wireName: r'status')
String? get status;