This commit is contained in:
MarcEricMartel
2022-12-08 18:24:36 -08:00
parent 7f252bc030
commit 481e4f6d81
2 changed files with 72 additions and 28 deletions

View File

@@ -26,4 +26,13 @@ namespace GrossesMitainesAPI.Models;
public string PostalCode { get; set; }
public Dictionary<int, uint> ProdQuant { get; set; }
// partie pour la charge.
public string Token { get; set; }
public string Description { get; set; }
public long AmountInCents { get; set; }
public string CurrencyCode { get; set; }
public string Name { get; set; }
public string Email { get; set; }
public string Phone { get; set; }
}