BillPayMessageSetV1 class

BillPayMessageSetV1 class

Version 1 of bill pay message set.

Inheritance: BillPayMessageSetV1AbstractMessageSetVersion

The BillPayMessageSetV1 type exposes the following members:

Constructors

Constructor Description
BillPayMessageSetV1() Initializes a new instance of BillPayMessageSetV1 class.

Properties

Property Description
message_set_core Gets or sets the AbstractMessageSetVersion.message_set_core.
days_withdrawal Gets or sets the offset to withdrawal date.
default_days_to_pay Gets or sets the default number of days to pay by check (except by transfer).
transfer_days_withdraw Gets or sets the number of days before processing date that funds are withdrawn for payment by transfer.
transfer_default_days_to_pay Gets or sets the default number of days to pay by transfer.
processing_days_offs Gets or sets the days of week that no processing occurs.
processing_end_time Gets or sets the time of day that day’s processing ends.
model_window Gets or sets the model window; the number of days before a recurring transaction is scheduled to be processed that it is instantiated on the system.
post_process_window Gets or sets the number of days after a transaction is processed that it is accessible for status inquiries.
status_via_mods If true, server supports communication of server-initiated payment status changes by means of the PaymentModResponse message.
payment_by_address Gets or sets whether supports payments to payees identified by billing address, that is, the Payee.
payment_by_transfer Gets or sets whether payments to payees identified by destination account
payment_by_payee_id Gets or sets whether supports payments to payees identified by a serversupplied payee ID.
can_add_payee Gets or sets whether user can add payees.if false, the user is restricted to payees added to the user’s payee list by the payment system.
has_extended_payment Gets or sets whether supports the ExtendedPayment business payment.
can_modification_payments Gets or sets whether permits modifications to payments.
can_modification_models Gets or sets whether permits modifications to models.
different_first_payment Gets or sets whether support for specifying a different amount for the first payment generated by a model
different_last_payment Gets or sets whether support for specifying a different amount for the last payment generated by a model
bill_presentment_context Gets or sets whether The payment provider supports bill presentment context information in payment operations.

See Also