Members
(static) VERSION :string
The current version of the SDK, i.e. 3.46.0
.
- Source:
Methods
(static) create(options, callbackopt) → {Promise|void}
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Creation options: Properties
|
|||||||||||||||||||||||||||||||
callback |
callback |
<optional> |
The second argument, |
- Source:
Example
braintree.venmo.create({
client: clientInstance
}).then(function (venmoInstance) {
// venmoInstance is ready to be used.
}).catch(function (createErr) {
console.error('Error creating Venmo instance', createErr);
});
(static) isBrowserSupported(optionsopt) → {boolean}
Parameters:
Name | Type | Attributes | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
browser support options: Properties
|
- Source: