Show / Hide Table of Contents

Class ImportTransactionsRequestMessage

Request message with collection of the ImportMessage.

Inheritance
System.Object
ImportTransactionsRequestMessage
Namespace: StoneCo.TransRep.Import.App.Messages
Assembly: cs.temp.dll.dll
Syntax
public class ImportTransactionsRequestMessage : RequestMessage

Properties

ImportMessages

Collection of messages.

Declaration
public IEnumerable<ImportMessage> ImportMessages { get; set; }
Property Value
Type Description
IEnumerable<ImportMessage>

Import messages object.

Back to top Generated by DocFX