BuiltInSimpleAction class

Action that is implemented and performed in (your) third-party application.

Represents various functionality that is expected to be available to merchant and will help them with resolving the issue. The application should point the merchant to the place, where they can access the corresponding functionality. If the functionality is not supported, it is recommended to explain the situation to merchant and provide them with instructions how to solve the issue.

Constructors

BuiltInSimpleAction({BuiltInSimpleActionAdditionalContent? additionalContent, String? attributeCode, String? type})
BuiltInSimpleAction.fromJson(Map json_)

Properties

additionalContent BuiltInSimpleActionAdditionalContent?
Long text from an external source that should be available to the merchant.
getter/setter pair
attributeCode String?
The attribute that needs to be updated.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of action that represents a functionality that is expected to be available in third-party application. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited