UpdateMerchantApiCredentialRequest class abstract

UpdateMerchantApiCredentialRequest

Properties:

Annotations
  • @BuiltValue.new()

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
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(UpdateMerchantApiCredentialRequestBuilder)) UpdateMerchantApiCredentialRequest
Rebuilds the instance.
inherited
toBuilder() UpdateMerchantApiCredentialRequestBuilder
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<UpdateMerchantApiCredentialRequest>
no setter