@dynamic-labs/sdk-api-core 0.0.957 → 0.0.958
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ import { CheckoutTransactionDestinationAddress } from './CheckoutTransactionDest
|
|
|
17
17
|
*/
|
|
18
18
|
export interface CheckoutTransactionCreateRequest {
|
|
19
19
|
/**
|
|
20
|
-
* Deposit amount in the specified currency
|
|
20
|
+
* Payment/Deposit amount in the specified currency
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof CheckoutTransactionCreateRequest
|
|
23
23
|
*/
|