Skip to content

Commit e3af624

Browse files
author
Steve Szyszkiewicz
committed
billing address, state or province, phone number format
1 parent 3ca4ca0 commit e3af624

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/data/objects/account.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ description: >
66
schema:
77
address_1:
88
type: String
9-
description: First line of this account's address.
9+
description: First line of this account's billing address.
1010
value: 123 Main St.
1111
address_2:
1212
type: String
13-
description: Second line of this account's address.
13+
description: Second line of this account's billing address.
1414
value: Suite 101
1515
city:
1616
type: String
17-
description: City portion of this account's address.
17+
description: City portion of this account's billing address.
1818
value: Philadelphia
1919
company:
2020
type: String
2121
description: This account's company name.
2222
value: My Company LLC
2323
country:
2424
type: String
25-
description: Country portion of this account's address.
25+
description: Country portion of this account's billing address.
2626
value: US
2727
email:
2828
type: String
@@ -42,15 +42,15 @@ schema:
4242
value: true
4343
phone:
4444
type: String
45-
description: Phone number associated with the account.
45+
description: Phone number associated with the account. Required format is 123-456-7890.
4646
value: 555-555-1212
4747
state:
4848
type: String
49-
description: State portion of this account's address.
49+
description: State (or province) portion of this account's billing address.
5050
value: PA
5151
zip:
5252
type: String
53-
description: Zip Code portion of this account's address.
53+
description: Zip Code portion of this account's billing address.
5454
value: 19102
5555
balance:
5656
type: Float

0 commit comments

Comments
 (0)