UpdateCompanyApiCredentialRequest class abstract
UpdateCompanyApiCredentialRequest
Properties:
- active - Indicates if the API credential is enabled.
- allowedOrigins - The new list of allowed origins for the API credential.
- associatedMerchantAccounts - List of merchant accounts that the API credential has access to.
- description - Description of the API credential.
- roles - List of roles for the API credential. Only roles assigned to 'ws@Company.
- Annotations
-
- @BuiltValue.new()
Constructors
- UpdateCompanyApiCredentialRequest([void updates(UpdateCompanyApiCredentialRequestBuilder b)])
-
factory
Properties
- active → bool?
-
Indicates if the API credential is enabled.
no setter
-
allowedOrigins
→ BuiltList<
String> ? -
The new list of allowed origins for the API credential.
no setter
-
associatedMerchantAccounts
→ BuiltList<
String> ? -
List of merchant accounts that the API credential has access to.
no setter
- description → String?
-
Description of the API credential.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
roles
→ BuiltList<
String> ? -
List of roles for the API credential. Only roles assigned to 'ws@Company.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UpdateCompanyApiCredentialRequestBuilder)) → UpdateCompanyApiCredentialRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpdateCompanyApiCredentialRequestBuilder -
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<
UpdateCompanyApiCredentialRequest> -
no setter