Plan

Plan: All

Returns a collection of Plan objects.
  1. Java
List<plan> plans = gateway.plan().all();
Note
If there are no plans, it will throw a NotFoundException.

See AlsoAnchorIcon