BillPayResponseMessageSetV1

BillPayResponseMessageSetV1 class

Bill pay response messages set version 1 class.

public class BillPayResponseMessageSetV1 : AbstractResponseMessageSet

Constructors

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

Properties

NameDescription
PayeeSyncResponses { get; set; }Gets or sets the collection of PayeeSyncResponse.
PayeeTransactionResponses { get; set; }Gets or sets the collection of PayeeTransactionResponse.
PaymentInquiryTransactionResponses { get; set; }Gets or sets the collection of PaymentInquiryTransactionResponse.
PaymentMailSyncResponses { get; set; }Gets or sets the collection of PaymentMailSyncResponse.
PaymentMailTransactionResponses { get; set; }Gets or sets the collection of PaymentMailTransactionResponse.
PaymentSyncResponses { get; set; }Gets or sets the collection of PaymentSyncResponse.
PaymentTransactionResponses { get; set; }Gets or sets the collection of PaymentTransactionResponse.
RecurringPaymentSyncResponses { get; set; }Gets or sets the collection of RecurringPaymentSyncResponse.
RecurringPaymentTransactionResponses { get; set; }Gets or sets the collection of RecurringPaymentTransactionResponse.

See Also