ExtendedPayee class

ExtendedPayee class

The class communicates a payee identifier to the client. It also contains the processing day parameters for a payee.It can be sent to the client for any payee whose processing day parameters are different from the processor’s default values, even for payees with no payeeid.

The ExtendedPayee type exposes the following members:

Constructors

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

Properties

Property Description
payee_id Gets or sets the server assigned payee ID.
id_scope Gets or sets the scope of the payee ID.
name Gets or sets the standard payee name.
days_to_pay Gets or sets the minimum number of business days needed to process.

See Also