Show / Hide Table of Contents

Class AASTransactionToImportMessage

Message with transaction to import.

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

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

AdditionalData

This field has max length.

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

AdditionalData

AdditionalPosInfo

This field has max length of 30.

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

ADDITIONAL_POS_INFO

AuCharacteristicsInd

This field has max length of 1.

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

AU_CHARACTERISTICS_IND

AuthConfirmationDate

This field has max length of 5.

Declaration
public DateTime? AuthConfirmationDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

CONFIRMATION_DATE

AuthorizationCode

This field has max length of 6.

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

AUTHORIZATION_CODE

CardAcceptorCode

This field has max length of 30.

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

CARD_ACCEPTOR_CODE

CardAcceptorName

This field has max length of 30.

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

CARD_ACCEPTOR_NAME

CommercialAndFinancingData

Commercial And Financing Data

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

COMMERCIAL_AND_FINANCING_DATA

CountryCodeNumeric

This field has max length of 3.

Declaration
public decimal? CountryCodeNumeric { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ISSUER_COUNTRY_CODE

EcommerceIndicators

This field has max length of 7.

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

ECOMMERCE_INDICATORS

ExternalTraceNumberCode

This field has max length of 6.

Declaration
public decimal? ExternalTraceNumberCode { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

EXTERNAL_TRACE_NUMBER_CODE

IdOriginalTrx

This field has max length of 9.

Declaration
public decimal? IdOriginalTrx { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ID_ORIGINAL_TRX

IdProduct

This field has max length of 5.

Declaration
public decimal? IdProduct { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ID_PRODUCT

IdTransaction

This field has max length of 9.

Declaration
public decimal IdTransaction { get; set; }
Property Value
Type Description
System.Decimal

ID_TRANSACTION

IdTransactionProfile

Id of Transaction Profile

Declaration
public decimal? IdTransactionProfile { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ID_TRANSACTION_PROFILE

IdTransactionStatus

Id Transaction Status

Declaration
public decimal? IdTransactionStatus { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ID_TRANSACTION_STATUS

InitiatorOperationKey

This field has max length of 128.

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

InitiatorOperationKey

IsMagstripeDataPresent

Is Magstripe Data Present

Declaration
public decimal? IsMagstripeDataPresent { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

IS_MAGSTRIPE_DATA_PRESENT

IsSms

Is Sms Transaction

Declaration
public decimal? IsSms { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

IS_SMS

LocalDate

This field has max length of 5.

Declaration
public DateTime? LocalDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LOCAL_DATE

MccCode

This field has max length of 4.

Declaration
public decimal? MccCode { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

MCC_CODE

OriginalIntReferenceNumber

This field has max length of 24.

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

ORIGINAL_INT_REFERENCE_NUMBER

PanSequenceNumber

This field has max length of 4.

Declaration
public decimal PanSequenceNumber { get; set; }
Property Value
Type Description
System.Decimal

PAN_SEQUENCE_NUMBER

PartitionId

What is the partition being accessed on the new table

Declaration
public byte PartitionId { get; set; }
Property Value
Type Description
System.Byte

ReferenceTable

PinEntryCapability

This field has max length of 4.

Declaration
public decimal? PinEntryCapability { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

PIN_ENTRY_CAPABILITY

PosData

This field has max length of 30.

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

POS_DATA

PosEntryMode

This field has max length of 4.

Declaration
public decimal? PosEntryMode { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

POS_ENTRY_MODE

ProcessingCode

Processing Code

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

PROCESSING_CODE

ReferenceTable

New table partition reference V1 or V2

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

ReferenceTable

Rrn

This field has max length of 30.

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

RRN

TerminalCode

This field has max length of 30.

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

CARD_ACCEPTOR_TERMINAL_CODE

TransactionDate

Transaction date

Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type Description
DateTime

TRANSACTION_DATE

TransactionIdentifier

This field has max length of 18.

Declaration
public decimal? TransactionIdentifier { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

TRANSACTION_IDENTIFIER

TransactionType

Transaction Type

Declaration
public decimal? TransactionType { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

TRANSACTION_TYPE

ValidationCode

This field has max length of 30.

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

VALIDATION_CODE

Methods

IsNewTable()

Return whether it is using the new table

Declaration
public bool IsNewTable()
Returns
Type Description
System.Boolean

ReferenceTable

Back to top Generated by DocFX