RequestActivationResponse class abstract

RequestActivationResponse

Properties:

  • companyId - The unique identifier of the company account.
  • merchantId - The unique identifier of the merchant account you requested to activate.
Annotations
  • @BuiltValue.new()

Constructors

RequestActivationResponse([void updates(RequestActivationResponseBuilder b)])
factory

Properties

companyId String?
The unique identifier of the company account.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
The unique identifier of the merchant account you requested to activate.
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(RequestActivationResponseBuilder)) RequestActivationResponse
Rebuilds the instance.
inherited
toBuilder() RequestActivationResponseBuilder
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<RequestActivationResponse>
no setter