File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ description: >
6
6
schema :
7
7
address_1 :
8
8
type : String
9
- description : First line of this account's address.
9
+ description : First line of this account's billing address.
10
10
value : 123 Main St.
11
11
address_2 :
12
12
type : String
13
- description : Second line of this account's address.
13
+ description : Second line of this account's billing address.
14
14
value : Suite 101
15
15
city :
16
16
type : String
17
- description : City portion of this account's address.
17
+ description : City portion of this account's billing address.
18
18
value : Philadelphia
19
19
company :
20
20
type : String
21
21
description : This account's company name.
22
22
value : My Company LLC
23
23
country :
24
24
type : String
25
- description : Country portion of this account's address.
25
+ description : Country portion of this account's billing address.
26
26
value : US
27
27
email :
28
28
type : String
@@ -42,15 +42,15 @@ schema:
42
42
value : true
43
43
phone :
44
44
type : String
45
- description : Phone number associated with the account.
45
+ description : Phone number associated with the account. Required format is 123-456-7890.
46
46
value : 555-555-1212
47
47
state :
48
48
type : String
49
- description : State portion of this account's address.
49
+ description : State (or province) portion of this account's billing address.
50
50
value : PA
51
51
zip :
52
52
type : String
53
- description : Zip Code portion of this account's address.
53
+ description : Zip Code portion of this account's billing address.
54
54
value : 19102
55
55
balance :
56
56
type : Float
You can’t perform that action at this time.
0 commit comments