Show / Hide Table of Contents

Class AASTransactionKeyMessage

Message with parameters to set this authorization as imported on AAS database.

Inheritance
System.Object
AASTransactionKeyMessage
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 AASTransactionKeyMessage

Properties

AcquirerOperationKey

This field has max length of 128.

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

AcquirerTransactionKey

This field has max length of 128.

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

TransactionId

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