ReturnExecutionStatus class

Classe Return Execution Status da documentação oficial Cielo Ecommerce

Constructors

ReturnExecutionStatus({int? status, int? reasonCode, String? reasonMessage, String? providerReturnCode, String? providerReturnMessage, String? returnCode, String? returnMessage, String? tid, String? proofOfSale, String? authorizationCode, List<Link>? links})
ReturnExecutionStatus.fromJson(Map<String, dynamic> json)
factory

Properties

authorizationCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
proofOfSale String?
getter/setter pair
providerReturnCode String?
getter/setter pair
providerReturnMessage String?
getter/setter pair
reasonCode int?
getter/setter pair
reasonMessage String?
getter/setter pair
returnCode String?
getter/setter pair
returnMessage String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
tid 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.
inherited

Operators

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