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.

ZarinpalPaymentStartResult.cs 214 B

2 weken geleden
12345678910
  1. // Ignore Spelling: Zarin
  2. namespace ZarinPal
  3. {
  4. internal class ZarinpalPaymentStartResult
  5. {
  6. public int Status { get; internal set; }
  7. public string Authority { get; internal set; }
  8. }
  9. }