public class PreapprovalFindRequest
extends WePayRequest<Preapproval>
https://stage.wepay.com/developer/reference/preapproval
This call lets you search the preapprovals associated with an account or an application.
If account_id is blank, then the response will be all preapprovals for the application.
Otherwise, it will be specifically for that account. You can search by state and/or reference_id,
and the response will be an array of all the matching preapprovals.
- Author:
- Jon Scott Stevens, Jeff Schnitzer