Company class abstract
Company
Properties:
- links - References to resources connected with this company.
- dataCenters - List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers.
- description - Your description for the company account, maximum 300 characters
- id - The unique identifier of the company account.
- name_ - The legal or trading name of the company.
- reference - Your reference to the account
- 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.
- Annotations
-
- @BuiltValue.new()
Constructors
- Company([void updates(CompanyBuilder b)])
-
factory
Properties
-
dataCenters
→ BuiltList<
DataCenter> ? -
List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers.
no setter
- description → String?
-
Your description for the company account, maximum 300 characters
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the company account.
no setter
- links → CompanyLinks?
-
References to resources connected with this company.
no setter
- name_ → String?
-
The legal or trading name of the company.
no setter
- reference → String?
-
Your reference to the account
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
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.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CompanyBuilder)) → Company -
Rebuilds the instance.
inherited
-
toBuilder(
) → CompanyBuilder -
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<
Company> -
no setter