Show / Hide Table of Contents

Class AcquirerTransactionAndOperationKeyMessage

Message with data to execute operations on the transactions.

Inheritance
System.Object
AcquirerTransactionAndOperationKeyMessage
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.Import.App.Messages
Assembly: cs.temp.dll.dll
Syntax
public class AcquirerTransactionAndOperationKeyMessage

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

Back to top Generated by DocFX