mangopay2-nodejs-sdk-testing
Version:
Mangopay Node.js SDK for NPM testing purposes
49 lines (15 loc) • 671 B
Markdown
# Global
* * *
### get(id, callback, options)
Retrieves a UBO declaration object from the API.
**Parameters**
**id**: `String`, Unique identifier
**callback**: `function`, Retrieves a UBO declaration object from the API.
**options**: `Object`, Retrieves a UBO declaration object from the API.
### update(uboDeclaration, callback, options)
Updates a UBO declaration entity.
**Parameters**
**uboDeclaration**: `Object`, Updated UBO declaration entity - must have ID!
**callback**: `function`, Updates a UBO declaration entity.
**options**: `Object`, Updates a UBO declaration entity.
* * *