Hello, my name is Bill.

This commit is contained in:
MarcEricMartel
2022-12-12 12:28:21 -08:00
parent 23284fc514
commit 7a89d78e4a
7 changed files with 139 additions and 62 deletions

View File

@@ -12,4 +12,5 @@ public class ChargesModel {
public string Email { get; set; }
public string Phone { get; set; }
public string LastFourDigits { get; set; }
public AddressModel BillingAddress { get; set; }
}