Skip to content

Commit 87cf41f

Browse files
committed
add missing AddressType
Address componenet missing AddressType enum
1 parent cbb7a95 commit 87cf41f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

spec/v3/Xero_accounting_2.0.0_swagger.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8369,6 +8369,11 @@
83698369
"url" : "http://developer.xero.com/documentation/api/types"
83708370
},
83718371
"properties" : {
8372+
"AddressType" : {
8373+
"description" : "define the type of address",
8374+
"type" : "string",
8375+
"enum" : [ "POBOX", "STREET", "DELIVERY" ]
8376+
},
83728377
"AddressLine1" : {
83738378
"description" : "max length = 500",
83748379
"maxLength" : 500,

spec/v3/Xero_accounting_2.0.0_swagger.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5847,6 +5847,13 @@ components:
58475847
externalDocs:
58485848
url: 'http://developer.xero.com/documentation/api/types'
58495849
properties:
5850+
AddressType:
5851+
description: define the type of address
5852+
type: string
5853+
enum:
5854+
- POBOX
5855+
- STREET
5856+
- DELIVERY
58505857
AddressLine1:
58515858
description: max length = 500
58525859
maxLength: 500

0 commit comments

Comments
 (0)