ContextParameters class

Annotations
  • @JsonSerializable()

Constructors

ContextParameters({String? currencyType, String? buyerType, String? sellerType, String? region, String? buyerTypeEntityId, String? sellerTypeEntityId, String? transactionType, String? creditLimitBalance})
ContextParameters.fromJson(Map<String, dynamic> json)
factory

Properties

buyerType String?
getter/setter pair
buyerTypeEntityId String?
getter/setter pair
creditLimitBalance String?
getter/setter pair
currencyType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerType String?
getter/setter pair
sellerTypeEntityId String?
getter/setter pair
transactionType String?
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.
override

Operators

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