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.
 
 
 
 

10 lines
214 B

  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. }