PayeeModResponse

PayeeModResponse class

Payee modification response class.

public class PayeeModResponse : AbstractPayeeResponse

Constructors

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

Properties

NameDescription
BankAccountTo { get; set; }Gets or sets the destination BankAccount for countries that pay bills using transfers.
ExtendedPayee { get; set; }Gets or sets the ExtendedPayee.
Payee { get; set; }Gets or sets the Payee information that was modified.
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