CreateMerchantApiCredentialRequest class abstract
CreateMerchantApiCredentialRequest
Properties:
- allowedOrigins - The list of allowed origins for the new API credential.
- description - Description of the API credential.
- roles - List of roles for the API credential. Only roles assigned to 'ws@Company.
- Annotations
-
- @BuiltValue.new()
Constructors
- CreateMerchantApiCredentialRequest([void updates(CreateMerchantApiCredentialRequestBuilder b)])
-
factory
Properties
-
allowedOrigins
→ BuiltList<
String> ? -
The list of allowed origins for the new API credential.
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(CreateMerchantApiCredentialRequestBuilder)) → CreateMerchantApiCredentialRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateMerchantApiCredentialRequestBuilder -
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<
CreateMerchantApiCredentialRequest> -
no setter