RequestBehaviour class

Implementers
Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

RequestBehaviour()
Initialize request

Properties

env String?
Environment identifier (live|test|sandbox)
getter/setter pair
from String?
SDK identifier type
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lang String?
Transaction response messages language
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk_version String?
SDK version
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Serialize object to JSON string
toString() String
A string representation of this object.
inherited

Operators

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