在Braintree(Ruby)中查找商品计数

在Braintree(Ruby)中查找商品计数,ruby,braintree,Ruby,Braintree,使用以下语法可以找到大多数Braintree记录: Braintree::Customer.find(customer_id) Braintree::Transaction.find(transaction_id) 但是,在查找MerchantAccount时,我遇到以下错误: Braintree::MerchantAccount.find(merchant_id) => undefined method `find' for Braintree::MerchantAccount:Cla

使用以下语法可以找到大多数Braintree记录:

Braintree::Customer.find(customer_id)
Braintree::Transaction.find(transaction_id)
但是,在查找MerchantAccount时,我遇到以下错误:

Braintree::MerchantAccount.find(merchant_id)
=> undefined method `find' for Braintree::MerchantAccount:Class
我假设我们可以进行某种查找。如果是,语法是什么

更新:


以下是。

联系的Braintree,截至2013年9月,他们不支持此功能。

联系的Braintree,截至2013年9月,他们不支持此功能。

此gem的文档链接是什么。请提供此链接。我已经添加了文档。谢谢这个gem的文档链接是什么?请也提供。我已经添加了文档。谢谢