PHP Class Laravel\Cashier\BraintreeService

Show file Open project: laravel/cashier-braintree Class Usage Examples

Public Methods

Method Description
findPlan ( string $id ) : Braintree\Plan Get the Braintree plan that has the given ID.

Method Details

findPlan() public static method

Get the Braintree plan that has the given ID.
public static findPlan ( string $id ) : Braintree\Plan
$id string
return Braintree\Plan