pdf bill
This commit is contained in:
14
Yavsc/Models/Relationship/PostalAddress.cs
Normal file
14
Yavsc/Models/Relationship/PostalAddress.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace Yavsc.Models.Relationship
|
||||
{
|
||||
public class PostalAddress
|
||||
{
|
||||
public string Street1 { get; set; }
|
||||
public string Street2 { get; set; }
|
||||
public string PostalCode { get; set; }
|
||||
public string City { get; set; }
|
||||
public string State { get; set; }
|
||||
public string Province { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user