BankRequestMessageSetV1

BankRequestMessageSetV1 class

Bank request messages set version 1 class.

public class BankRequestMessageSetV1 : AbstractRequestMessageSet

Constructors

NameDescription
BankRequestMessageSetV1()Initializes a new instance of BankRequestMessageSetV1 class.

Properties

NameDescription
BankMailSyncRequests { get; set; }Gets or sets the collection of BankMailSyncRequest.
BankMailTransactionRequests { get; set; }Gets or sets the collection of BankMailTransactionRequest.
IntraSyncRequests { get; set; }Gets or sets the collection of IntraSyncRequest.
IntraTransactionRequests { get; set; }Gets or sets the collection of IntraTransactionRequest.
RecurringIntraSyncRequests { get; set; }Gets or sets the collection of RecurringIntraSyncRequest.
RecurringIntraTransactionRequests { get; set; }Gets or sets the collection of RecurringIntraTransactionRequest.
StatementEndTransactionRequests { get; set; }Gets or sets the collection of StatementEndTransactionRequest.
StatementTransactionRequests { get; set; }Gets or sets the collection of StatementTransactionRequest.
StopCheckSyncRequests { get; set; }Gets or sets the collection of StopCheckSyncRequest.
StopCheckTransactionRequests { get; set; }Gets or sets the collection of StopCheckTransactionRequest.

See Also