Plan

Plan: Find

See also the Plan response object. If you want to look up a single plan using its ID, use the Plan: Find method.
  1. Callback
  2. Promise
gateway.plan.find("aPlanId", (err, result) => { });
If the plan can't be found, it will return a notFoundError.
Arguments
planIdrequired, String
The value used to identify a specific plan.