You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 седмици
1234567891011
  1. // Ignore Spelling: Zarin
  2. namespace ZarinPal
  3. {
  4. internal class ZarinPalConfirmModel
  5. {
  6. public long Amount { get; set; }
  7. public string MerchantID { get; set; }
  8. public string Authority { get; set; }
  9. }
  10. }