@@ -1275,7 +1275,7 @@ export type PerOwnerPricingSubscriptionCreateSchema = {
12751275 state : string ;
12761276 vat_number ?: null | string ;
12771277 cf_cod_fiscale ?: null | string ;
1278- cf_gruppo_iva ?: null | string ;
1278+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
12791279 po_number ?: null | string ;
12801280 zip : string ;
12811281 } ;
@@ -1319,7 +1319,7 @@ export type PerOwnerPricingSubscriptionSimulateSchema = {
13191319 country : string ;
13201320 vat_number ?: null | string ;
13211321 cf_cod_fiscale ?: null | string ;
1322- cf_gruppo_iva ?: null | string ;
1322+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
13231323 po_number ?: null | string ;
13241324 zip : string ;
13251325 [ k : string ] : unknown ;
@@ -1432,7 +1432,7 @@ export type PerOwnerPricingBillingProfileAttributes = {
14321432 credits : number ;
14331433 total_dues : number ;
14341434 cf_cod_fiscale : null | string ;
1435- cf_gruppo_iva : null | string ;
1435+ cf_cod_fiscale_partecipante_gruppo_iva : null | string ;
14361436 po_number : null | string ;
14371437 unbilled_charges : number ;
14381438 discount_percentage : number ;
@@ -1485,7 +1485,7 @@ export type PerOwnerPricingBillingProfileUpdateInfoSchema = {
14851485 zip : string ;
14861486 vat_number ?: null | string ;
14871487 cf_cod_fiscale ?: null | string ;
1488- cf_gruppo_iva ?: null | string ;
1488+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
14891489 po_number ?: null | string ;
14901490 } ;
14911491 } ;
@@ -2157,7 +2157,7 @@ export type SiteSubscriptionCreateSchema = {
21572157 state : string ;
21582158 vat_number ?: null | string ;
21592159 cf_cod_fiscale ?: null | string ;
2160- cf_gruppo_iva ?: null | string ;
2160+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
21612161 zip : string ;
21622162 } ;
21632163 } ;
@@ -2221,7 +2221,7 @@ export type SiteSubscriptionSimulateSchema = {
22212221 country : string ;
22222222 vat_number ?: null | string ;
22232223 cf_cod_fiscale ?: null | string ;
2224- cf_gruppo_iva ?: null | string ;
2224+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
22252225 zip : string ;
22262226 [ k : string ] : unknown ;
22272227 } ;
@@ -2744,7 +2744,7 @@ export type SiteTransferSimulateAcceptSchema = {
27442744 country : string ;
27452745 vat_number ?: null | string ;
27462746 cf_cod_fiscale ?: null | string ;
2747- cf_gruppo_iva ?: null | string ;
2747+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
27482748 zip : string ;
27492749 [ k : string ] : unknown ;
27502750 } ;
@@ -2790,7 +2790,7 @@ export type SiteTransferAcceptSchema = {
27902790 state : string ;
27912791 vat_number ?: null | string ;
27922792 cf_cod_fiscale ?: null | string ;
2793- cf_gruppo_iva ?: null | string ;
2793+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
27942794 zip : string ;
27952795 } ;
27962796 } ;
@@ -2968,7 +2968,7 @@ export type SiteDuplicateSchema = {
29682968 state : string ;
29692969 vat_number ?: null | string ;
29702970 cf_cod_fiscale ?: null | string ;
2971- cf_gruppo_iva ?: null | string ;
2971+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
29722972 zip : string ;
29732973 } ;
29742974 } ;
@@ -3045,7 +3045,7 @@ export type PerSitePricingBillingProfileAttributes = {
30453045 credits : number ;
30463046 total_dues : number ;
30473047 cf_cod_fiscale : null | string ;
3048- cf_gruppo_iva : null | string ;
3048+ cf_cod_fiscale_partecipante_gruppo_iva : null | string ;
30493049 coupons : string [ ] ;
30503050 is_active : boolean ;
30513051 next_monthly_billing_at : null | string ;
@@ -3121,7 +3121,7 @@ export type PerSitePricingBillingProfileUpdateInfoSchema = {
31213121 zip : string ;
31223122 vat_number ?: null | string ;
31233123 cf_cod_fiscale ?: null | string ;
3124- cf_gruppo_iva ?: null | string ;
3124+ cf_cod_fiscale_partecipante_gruppo_iva ?: null | string ;
31253125 } ;
31263126 } ;
31273127 } ;
0 commit comments