BankResponseMessageSetV1

BankResponseMessageSetV1 class

Bank response messages set version 1 class.

public class BankResponseMessageSetV1 : AbstractResponseMessageSet

Constructors

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

Properties

NameDescription
BankMailSyncResponses { get; set; }Gets or sets the collection of BankMailSyncResponse.
BankMailTransactionResponses { get; set; }Gets or sets the collection of BankMailTransactionResponse.
IntraSyncResponses { get; set; }Gets or sets the collection of IntraSyncResponse.
IntraTransactionResponses { get; set; }Gets or sets the collection of IntraTransactionResponse.
RecurringIntraSyncResponses { get; set; }Gets or sets the collection of RecurringIntraSyncResponse.
RecurringIntraTransactionResponses { get; set; }Gets or sets the collection of RecurringIntraTransactionResponse.
StatementEndTransactionResponses { get; set; }Gets or sets the collection of StatementEndTransactionResponse.
StatementTransactionResponses { get; set; }Gets or sets the collection of StatementTransactionResponse.
StopCheckSyncResponses { get; set; }Gets or sets the collection of StopCheckSyncResponse.
StopCheckTransactionResponses { get; set; }Gets or sets the collection of StopCheckTransactionResponse.

See Also