status property

  1. @BuiltValueField.new(wireName: r'status')
String? get status

The status of the company account. Possible values: * Active: Users can log in. Processing and payout capabilities depend on the status of the merchant account. * Inactive: Users can log in. Payment processing and payouts are disabled. * Closed: The company 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;