public class PaymentModel { public JobPayment JobPayment {get;set;} } Public class JobPayment { public decimal InstallCharge {get;set;} public CreditCard creditcard {get;set;} } Public class creditCard { public string NameOnCard {get;set;} public string AccountNumber {get;set;} public Date ExpirationDate {get;set;} }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)