File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2178,18 +2178,18 @@ components:
21782178 $ref : ' #/components/schemas/PhoneNumber'
21792179 emailAddress :
21802180 $ref : ' #/components/schemas/Email'
2181- corporateInfo :
2182- $ref : ' #/components/schemas/CorporateInformation '
2181+ billingInfo :
2182+ $ref : ' #/components/schemas/BillingInformation '
21832183
2184- CorporateInformation :
2184+ BillingInformation :
21852185 description : Corporate information
2186- required : ['organizationName', 'billingAddress ']
2186+ required : ['address ']
21872187 properties :
2188+ address :
2189+ $ref : ' #/components/schemas/BillingAddress'
21882190 companyName :
21892191 description : Name of the company
21902192 type : string
2191- billingAddress :
2192- $ref : ' #/components/schemas/BillingAddress'
21932193 vatNumber :
21942194 description : VAT number of the company
21952195 type : string
You can’t perform that action at this time.
0 commit comments