@finverse/sdk-typescript 0.0.237 → 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 +2 -8
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4492,11 +4492,11 @@ export interface MandateSenderAccountRequest {
|
|
|
4492
4492
|
*/
|
|
4493
4493
|
export interface ManualPaymentConfirmationRequest {
|
|
4494
4494
|
/**
|
|
4495
|
-
*
|
|
4495
|
+
* Required if manual payment provider is HK_FPS. Not required for SG_PAYNOW
|
|
4496
4496
|
* @type {string}
|
|
4497
4497
|
* @memberof ManualPaymentConfirmationRequest
|
|
4498
4498
|
*/
|
|
4499
|
-
accountholder_name
|
|
4499
|
+
accountholder_name?: string;
|
|
4500
4500
|
}
|
|
4501
4501
|
/**
|
|
4502
4502
|
*
|
|
@@ -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}
|