@finverse/sdk-typescript 0.0.233 → 0.0.234
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 +18 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5857,6 +5857,24 @@ export interface Principal {
|
|
|
5857
5857
|
* @memberof Principal
|
|
5858
5858
|
*/
|
|
5859
5859
|
payment_method_id?: string;
|
|
5860
|
+
/**
|
|
5861
|
+
*
|
|
5862
|
+
* @type {string}
|
|
5863
|
+
* @memberof Principal
|
|
5864
|
+
*/
|
|
5865
|
+
tpp_name?: string;
|
|
5866
|
+
/**
|
|
5867
|
+
*
|
|
5868
|
+
* @type {string}
|
|
5869
|
+
* @memberof Principal
|
|
5870
|
+
*/
|
|
5871
|
+
retry_url?: string;
|
|
5872
|
+
/**
|
|
5873
|
+
*
|
|
5874
|
+
* @type {string}
|
|
5875
|
+
* @memberof Principal
|
|
5876
|
+
*/
|
|
5877
|
+
onboarding_flow?: string;
|
|
5860
5878
|
/**
|
|
5861
5879
|
* The qrCode text to be used to generate the image
|
|
5862
5880
|
* @type {string}
|