Payee Property
Identifies the payee to be added, modified or paid to.
Syntax
public PayeeDetail getPayee(); public void setPayee(PayeeDetail payee);
Remarks
This property is required to be provided in a payee add, payee modify or bill payment request.
Either Id or the rest of the payee fields are required to be provided in the request.
In a bill payment request (when the PayBill method is called), the following can be set:
Id | (conditional - either this or payee information (name, address, phone, etc.) should be provided in the request) |
Name | (conditional - required if Id and Aggregate are not provided) |
Addr1 | (conditional - required if Id and Aggregate are not provided) |
Addr2 | (conditional - optional and applicable only if Id and Aggregate are not set) |
Addr3 | (conditional - optional and applicable only if Id and Aggregate are not set) |
City | (conditional - required if Id and Aggregate are not set) |
State | (conditional - required if Id and Aggregate are not set) |
PostalCode | (conditional - required if Id and Aggregate are not set) |
Country | (conditional - optional and applicable only if Id and Aggregate are not set) |
Phone | (conditional - required if Id and Aggregate are not set) |
ListId | (conditional - required if Id and Aggregate is not set) |
Account | (conditional - required if Aggregate is not set) |
This must be set to an instance of the PayeeDetail type. See the PayeeDetail type for more information.