@finverse/sdk-typescript 0.0.337 → 0.0.338
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 +1 -0
- package/dist/api.js +1 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -9956,6 +9956,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
|
|
|
9956
9956
|
export declare const GetLineItemsForDisplayPaymentTypeEnum: {
|
|
9957
9957
|
readonly Mandate: "MANDATE";
|
|
9958
9958
|
readonly Manual: "MANUAL";
|
|
9959
|
+
readonly Card: "CARD";
|
|
9959
9960
|
};
|
|
9960
9961
|
export type GetLineItemsForDisplayPaymentTypeEnum = (typeof GetLineItemsForDisplayPaymentTypeEnum)[keyof typeof GetLineItemsForDisplayPaymentTypeEnum];
|
|
9961
9962
|
/**
|
package/dist/api.js
CHANGED