Class AASImportKeyMessage
Message with parameters to set this authorization as imported on AAS database.
Inheritance
System.Object
AASImportKeyMessage
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 AASImportKeyMessage
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 |
IsNewTable
This field has max length of 128.
Declaration
public bool IsNewTable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PartitionId
This field has max length of 128.
Declaration
public byte? PartitionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> |
TransactionId
Declaration
public decimal TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |