Show / Hide Table of Contents

Class AASImportResultMessage

Message with keys to set rollback on transaction.

Inheritance
System.Object
AASImportResultMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.TransRep.AASImport.App.Messages
Assembly: cs.temp.dll.dll
Syntax
public class AASImportResultMessage

Properties

AcquirerOperationKey

This field has max length of 128.

Declaration
public string AcquirerOperationKey { get; set; }
Property Value
Type Description
System.String

varchar

AcquirerTransactionKey

This field has max length of 128.

Declaration
public string AcquirerTransactionKey { get; set; }
Property Value
Type Description
System.String

varchar

ResultSet

Result of operation on AAS Database.

Declaration
public int ResultSet { get; set; }
Property Value
Type Description
System.Int32

0 or 1

TransactionId

Declaration
public decimal TransactionId { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX