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