Payment Property
Identifies the payment to be scheduled or modified.
Syntax
public PaymentDetail getPayment(); public void setPayment(PaymentDetail payment);
Remarks
This property is required to be provided in a bill payment or modify payment request.
The following fields can be set:
FromBankId | (required) |
FromAccountId | (required) |
FromAccountType | (required) |
ToBankId | (optional, but if ToBank information is provided, payee information is required as well) |
ToAccountId | (optional) |
ToAccountType | (optional) |
Amount | (required) |
DateDue | (required) |
Memo | (optional) |
BillRef | (optional) |
This must be set to an instance of the PaymentDetail type. See the PaymentDetail type for more information.
This property is not available at design time.