@finverse/sdk-typescript 0.0.238 → 0.0.239
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/dist/api.d.ts +0 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5199,12 +5199,6 @@ export interface PaymentLinkTokenResponse {
|
|
|
5199
5199
|
* @memberof PaymentLinkTokenResponse
|
|
5200
5200
|
*/
|
|
5201
5201
|
link_url: string;
|
|
5202
|
-
/**
|
|
5203
|
-
* The FPS QR code in base64
|
|
5204
|
-
* @type {string}
|
|
5205
|
-
* @memberof PaymentLinkTokenResponse
|
|
5206
|
-
*/
|
|
5207
|
-
qr_code?: string;
|
|
5208
5202
|
/**
|
|
5209
5203
|
*
|
|
5210
5204
|
* @type {string}
|