ExtendedPayee

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.

public class ExtendedPayee

Constructors

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

Properties

NameDescription
DaysToPay { get; set; }Gets or sets the minimum number of business days needed to process.
IdScope { get; set; }Gets or sets the scope of the payee ID.
Name { get; set; }Gets or sets the standard payee name.
PayeeId { get; set; }Gets or sets the server assigned payee ID.

See Also