@cbm-common/cbm-types 0.0.95 → 0.0.96
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.
|
@@ -48,6 +48,7 @@ export declare namespace CbmCreditRequestModel {
|
|
|
48
48
|
approved_value?: number;
|
|
49
49
|
new_credit_number?: string;
|
|
50
50
|
client_id: string;
|
|
51
|
+
client_credit_limit?: number;
|
|
51
52
|
client_business_name: string;
|
|
52
53
|
client_trade_name: string;
|
|
53
54
|
client_document_number: string;
|
|
@@ -116,6 +117,7 @@ export declare namespace CbmCreditRequestModel {
|
|
|
116
117
|
reason_country_description?: string;
|
|
117
118
|
reason_country_description_process?: string;
|
|
118
119
|
client_id: string;
|
|
120
|
+
client_credit_limit?: number;
|
|
119
121
|
client_business_name: string;
|
|
120
122
|
client_trade_name: string;
|
|
121
123
|
client_document_number: string;
|
|
@@ -206,6 +208,7 @@ export declare namespace CbmCreditRequestModel {
|
|
|
206
208
|
deny_reason_country_description?: string;
|
|
207
209
|
deny_reason_country_description_process?: string;
|
|
208
210
|
client_id: string;
|
|
211
|
+
client_credit_limit?: number;
|
|
209
212
|
client_business_name: string;
|
|
210
213
|
client_trade_name: string;
|
|
211
214
|
client_document_number: string;
|