@finverse/sdk-typescript 0.0.395 → 0.0.396
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
|
@@ -9044,6 +9044,12 @@ export interface SelectPaymentMethodRequest {
|
|
|
9044
9044
|
* @memberof SelectPaymentMethodRequest
|
|
9045
9045
|
*/
|
|
9046
9046
|
kcp_va_metadata?: KcpVaMetadata;
|
|
9047
|
+
/**
|
|
9048
|
+
* Locale for the payment processor\'s hosted checkout UI (e.g. en-US, zh-TW, ko-KR), mapped from the Finverse Link language. Optional; the processor falls back to its default if omitted.
|
|
9049
|
+
* @type {string}
|
|
9050
|
+
* @memberof SelectPaymentMethodRequest
|
|
9051
|
+
*/
|
|
9052
|
+
locale?: string;
|
|
9047
9053
|
}
|
|
9048
9054
|
export declare const SelectPaymentMethodRequestPaymentMethodTypeEnum: {
|
|
9049
9055
|
readonly Mandate: "MANDATE";
|