Show / Hide Table of Contents

Class MovementMessage

Message of movement data.

Inheritance
System.Object
MovementMessage
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.IC.Service.Visa.App.Messages.Movement
Assembly: cs.temp.dll.dll
Syntax
public class MovementMessage

Properties

AcquirerId

Stone acquirer id.

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

1

AOK

Acquirer Operation Key.

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

123

ATK

Acquirer Transaction Key.

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

123

BankIdentifierNumber

Bank Identifier Number

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

123

BrandProcessingDate

Date the brand processed the parcels.

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

123

CardAcceptorID

Client ID - Stone Code.

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

123

ClearingDate

Date we sent the parcels to the brand.

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

123

ConfirmedTransactionId

Identifier of Confirmed Transaction entity.

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

306665364

FeeAmount

Fee Calculated value from InterchangeApi.

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

123.5400

FeeDescriptor

Fee Description value from InterchangeApi.

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

123

IcConfigurationId

Interchange configuration identifier used to calculate final amount.

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

123

InstallmentNumber

Number of installment.

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

123

IssuerBin

Issuer.

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

123

TransactionAmount

Transaction Calculated value from InterchangeApi.

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

123.5400

TransactionCode

Interchange clearing Date process. 05 sales draft 06 credit voucher 07 cash disbusement 09 Money Transfer 10 Fee collection 15 Sales Draf CBK 16 Credit Voucher Chargeback 17 Cash Disbursement Chargeback 25 Sales Draft Reversal 26 Credit Voucher Reversal 27 Credit Disbursement Reversal 35 Sales Draft Chargeback Reversal 36 Credit voucher Chargeback Reversal 37 Credit Disbursement Chargeback Reversal

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

123

TransactionDate

Transaction date.

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

123

Back to top Generated by DocFX