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

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

Properties

PropertyDescription
payee_idGets or sets the server assigned payee ID.
id_scopeGets or sets the scope of the payee ID.
nameGets or sets the standard payee name.
days_to_payGets or sets the minimum number of business days needed to process.

See Also