BillPayMessageSetV1 class

BillPayMessageSetV1 class

Version 1 of bill pay message set.

Inheritance: BillPayMessageSetV1AbstractMessageSetVersion

The BillPayMessageSetV1 type exposes the following members:

Constructors

ConstructorDescription
BillPayMessageSetV1()Initializes a new instance of BillPayMessageSetV1 class.

Properties

PropertyDescription
message_set_coreGets or sets the AbstractMessageSetVersion.message_set_core.
days_withdrawalGets or sets the offset to withdrawal date.
default_days_to_payGets or sets the default number of days to pay by check (except by transfer).
transfer_days_withdrawGets or sets the number of days before processing date that funds are withdrawn for payment by transfer.
transfer_default_days_to_payGets or sets the default number of days to pay by transfer.
processing_days_offsGets or sets the days of week that no processing occurs.
processing_end_timeGets or sets the time of day that day’s processing ends.
model_windowGets 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_windowGets or sets the number of days after a transaction is processed that it is accessible for status inquiries.
status_via_modsIf true, server supports communication of server-initiated payment status changes by means of the PaymentModResponse message.
payment_by_addressGets or sets whether supports payments to payees identified by billing address, that is, the Payee.
payment_by_transferGets or sets whether payments to payees identified by destination account
payment_by_payee_idGets or sets whether supports payments to payees identified by a serversupplied payee ID.
can_add_payeeGets 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_paymentGets or sets whether supports the ExtendedPayment business payment.
can_modification_paymentsGets or sets whether permits modifications to payments.
can_modification_modelsGets or sets whether permits modifications to models.
different_first_paymentGets or sets whether support for specifying a different amount for the first payment generated by a model
different_last_paymentGets or sets whether support for specifying a different amount for the last payment generated by a model
bill_presentment_contextGets or sets whether The payment provider supports bill presentment context information in payment operations.

See Also