PayeeResponse

PayeeResponse class

Payee addition response class.

public class PayeeResponse : AbstractPayeeResponse

Constructors

Name Description
PayeeResponse() Initializes a new instance of PayeeResponse class.

Properties

Name Description
BankAccountTo { get; set; } Gets or sets the destination BankAccount, specified in countries that pay using transfers
ExtendedPayee { get; set; } Gets or sets the ExtendedPayee.
Payee { get; set; } Gets or sets the complete Payee information.
PayeeAccounts { get; set; } Gets or sets the collection user’s account number with the payee .
PayeeListId { get; set; } Gets or sets the server assigned record ID for this payee record.

See Also