[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 60 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Stripe_Plan - X-Ref
retrieve($id, $apiKey=null) X-Ref |
param: string $id The ID of the plan to retrieve. param: string|null $apiKey return: Stripe_Plan |
create($params=null, $apiKey=null) X-Ref |
param: array|null $params param: string|null $apiKey return: Stripe_Plan The created plan. |
delete($params=null) X-Ref |
param: array|null $params return: Stripe_Plan The deleted plan. |
save() X-Ref |
return: Stripe_Plan The saved plan. |
all($params=null, $apiKey=null) X-Ref |
param: array|null $params param: string|null $apiKey return: array An array of Stripe_Plans. |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |