Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lupu committed Apr 26, 2016
1 parent 17c7551 commit 59a3b89
Show file tree
Hide file tree
Showing 16 changed files with 118 additions and 118 deletions.
8 changes: 4 additions & 4 deletions docs/CardPreAuthorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Create new pre-authorization

**cardPreAuthorization**: `Object`, CardPreAuthorization object or properties hash

**callback**: , Create new pre-authorization
**callback**: `function`, Callback function

**options**: , Create new pre-authorization
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -29,9 +29,9 @@ Get pre-authorization object

**cardPreAuthorizationId**: `number`, PreAuthorization identifier

**callback**: , Get pre-authorization object
**callback**: `function`, Callback function

**options**: , Get pre-authorization object
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
8 changes: 4 additions & 4 deletions docs/CardRegistrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Create new card registration

**cardRegistration**: `Object`, CardRegistration object or properties hash

**callback**: , Create new card registration
**callback**: `function`, Callback function

**options**: , Create new card registration
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -29,9 +29,9 @@ Get registration

**cardRegistrationId**: `number`, Registration identifier

**callback**: , Get registration
**callback**: `function`, Callback function

**options**: , Get registration
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
12 changes: 6 additions & 6 deletions docs/Cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Get card

**cardId**: `number`, Card identifier

**callback**: , Get card
**callback**: `function`, Callback function

**options**: , Get card
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down Expand Up @@ -44,9 +44,9 @@ Create new temporary payment card (WARNING It's temporary entity and it will be

**paymentCard**: `Object`, TemporaryPaymentCard object or properties hash

**callback**: , Create new temporary payment card (WARNING It's temporary entity and it will be removed in the future. Please, contact with support before using these features or if you have any questions.)
**callback**: `function`, Callback function

**options**: , Create new temporary payment card (WARNING It's temporary entity and it will be removed in the future. Please, contact with support before using these features or if you have any questions.)
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -59,9 +59,9 @@ Create new temporary payment card ( WARNING It's temporary entity and it will be

**paymentCardId**: `number`, TemporaryPaymentCard object or properties hash

**callback**: , Create new temporary payment card ( WARNING It's temporary entity and it will be removed in the future. Please, contact with support before using these features or if you have any questions.)
**callback**: `function`, Callback function

**options**: , Create new temporary payment card ( WARNING It's temporary entity and it will be removed in the future. Please, contact with support before using these features or if you have any questions.)
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand Down
8 changes: 4 additions & 4 deletions docs/DisputeDocuments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Gets dispute's document

**documentId**: `number`, Document identifier

**callback**: , Gets dispute's document
**callback**: `function`, Callback function

**options**: , Gets dispute's document
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -27,9 +27,9 @@ Gets dispute's documents for client

**Parameters**

**callback**: , Gets dispute's documents for client
**callback**: `function`, Callback function

**options**: , Gets dispute's documents for client
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
64 changes: 32 additions & 32 deletions docs/Disputes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Get dispute

**disputeId**: `number`, Dispute identifier

**callback**: , Get dispute
**callback**: `function`, Callback function

**options**: , Get dispute
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -27,9 +27,9 @@ Get all disputes

**Parameters**

**callback**: , Get all disputes
**callback**: `function`, Callback function

**options**: , Get all disputes
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down Expand Up @@ -59,9 +59,9 @@ Contest dispute

**contestedFunds**: `Money`, Contested funds

**callback**: , Contest dispute
**callback**: `function`, Callback function

**options**: , Contest dispute
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -74,9 +74,9 @@ This method is used to resubmit a Dispute if it is reopened requiring more docs

**disputeId**: `number`, Dispute id

**callback**: , This method is used to resubmit a Dispute if it is reopened requiring more docs
**callback**: `function`, Callback function

**options**: , This method is used to resubmit a Dispute if it is reopened requiring more docs
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -89,9 +89,9 @@ Close dispute

**disputeId**: `number`, Dispute id

**callback**: , Close dispute
**callback**: `function`, Callback function

**options**: , Close dispute
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -104,9 +104,9 @@ Gets dispute's transactions

**disputeId**: `number`, Dispute identifier

**callback**: , Gets dispute's transactions
**callback**: `function`, Callback function

**options**: , Gets dispute's transactions
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -119,9 +119,9 @@ Gets dispute's documents for wallet

**walletId**: `number`, Wallet identifier

**callback**: , Gets dispute's documents for wallet
**callback**: `function`, Callback function

**options**: , Gets dispute's documents for wallet
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -134,9 +134,9 @@ Gets user's disputes

**userId**: `number`, User identifier

**callback**: , Gets user's disputes
**callback**: `function`, Callback function

**options**: , Gets user's disputes
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -149,9 +149,9 @@ Gets repudiation

**repudiationId**: `number`, Repudiation identifier

**callback**: , Gets repudiation
**callback**: `function`, Callback function

**options**: , Gets repudiation
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -166,9 +166,9 @@ Creates settlement transfer

**repudiationId**: `number`, Repudiation identifier

**callback**: , Creates settlement transfer
**callback**: `function`, Callback function

**options**: , Creates settlement transfer
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -181,9 +181,9 @@ Gets settlement transfer

**settlementTransferId**: `number`, Settlement Transfer identifier

**callback**: , Gets settlement transfer
**callback**: `function`, Callback function

**options**: , Gets settlement transfer
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -196,9 +196,9 @@ Gets documents for dispute

**disputeId**: `number`, Dispute identifier

**callback**: , Gets documents for dispute
**callback**: `function`, Callback function

**options**: , Gets documents for dispute
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -213,9 +213,9 @@ Update dispute document

**disputeDocument**: `Object`, Dispute document

**callback**: , Update dispute document
**callback**: `function`, Callback function

**options**: , Update dispute document
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -230,9 +230,9 @@ Creates document for dispute

**disputeDocument**: `Object`, Dispute document

**callback**: , Creates document for dispute
**callback**: `function`, Callback function

**options**: , Creates document for dispute
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -249,9 +249,9 @@ Creates document's page for dispute

**disputeDocumentPage**: `Object`, Dispute document page

**callback**: , Creates document's page for dispute
**callback**: `function`, Callback function

**options**: , Creates document's page for dispute
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand All @@ -268,9 +268,9 @@ Creates document's page for dispute from file

**file**: `string`, File path

**callback**: , Creates document's page for dispute from file
**callback**: `function`, Callback function

**options**: , Creates document's page for dispute from file
**options**: `Object`, Request options

**Returns**: `Object`, Promise of the request

Expand Down
4 changes: 2 additions & 2 deletions docs/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Get events

**Parameters**

**callback**: , Get events
**callback**: `function`, Callback function

**options**: , Get events
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
16 changes: 8 additions & 8 deletions docs/Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Create new hook

**hook**: `Object`, Hook object

**callback**: , Create new hook
**callback**: `function`, Callback function

**options**: , Create new hook
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -29,9 +29,9 @@ Get hook

**hookId**: `number`, Hook identifier

**callback**: , Get hook
**callback**: `function`, Callback function

**options**: , Get hook
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -44,9 +44,9 @@ Save hook

**hook**: `Object`, Hook object

**callback**: , Save hook
**callback**: `function`, Callback function

**options**: , Save hook
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -57,9 +57,9 @@ Get all hooks

**Parameters**

**callback**: , Get all hooks
**callback**: `function`, Callback function

**options**: , Get all hooks
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
8 changes: 4 additions & 4 deletions docs/KycDocuments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Get all KycDocuments

**Parameters**

**callback**: , Get all KycDocuments
**callback**: `function`, Callback function

**options**: , Get all KycDocuments
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand All @@ -27,9 +27,9 @@ Get KycDocument

**kycDocumentId**: `number`, KycDocument identifier

**callback**: , Get KycDocument
**callback**: `function`, Callback function

**options**: , Get KycDocument
**options**: `Object`, Request options

**Returns**: `Object`, Request promise

Expand Down
Loading

0 comments on commit 59a3b89

Please sign in to comment.