MCPcopy Create free account
hub / github.com/braintree/braintree_python / find

Method find

braintree/plan.py:31–32  ·  view source on GitHub ↗
(subscription_id)

Source from the content-addressed store, hash-verified

29
30 @staticmethod
31 def find(subscription_id):
32 return Configuration.gateway().plan.find(subscription_id)
33
34 @staticmethod
35 def update(subscription_id, params=None):

Calls 1

gatewayMethod · 0.80