@finverse/sdk-typescript 0.0.149 → 0.0.151
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 +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4020,6 +4020,12 @@ export interface PaymentLinkCustomizations {
|
|
|
4020
4020
|
* @memberof PaymentLinkCustomizations
|
|
4021
4021
|
*/
|
|
4022
4022
|
ui_mode?: PaymentLinkCustomizationsUiModeEnum;
|
|
4023
|
+
/**
|
|
4024
|
+
* URI to redirect to. Only needed if ui_mode = redirect
|
|
4025
|
+
* @type {string}
|
|
4026
|
+
* @memberof PaymentLinkCustomizations
|
|
4027
|
+
*/
|
|
4028
|
+
redirect_uri?: string;
|
|
4023
4029
|
}
|
|
4024
4030
|
export declare const PaymentLinkCustomizationsUiModeEnum: {
|
|
4025
4031
|
readonly Iframe: "iframe";
|