Class for Shipping Address Info
Model Name: AddressDTO
Property | Note | Constraints |
---|---|---|
Name : string |
Shipping Name |
Required Max length: 100 |
Name2 : string |
Shipping Name Extended |
Max length: 100 |
BillToName : string |
Name of client to bill |
Max length: 50 |
Address1 : string |
Shipping Address |
Required Max length: 255 |
Address2 : string |
Shipping Address Extended |
Max length: 255 |
City : string |
Shipping City |
Required Max length: 50 |
State : string |
Shipping State |
Max length: 50 |
Postal : string |
Shipping Zip Code |
Required Max length: 50 |
Country : string |
Shipping Country |
Max length: 50 |
Phone : string |
Shipping Phone |
Max length: 50 |
Email : string |
Shipping Email |
Max length: 50 |