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.

ZarinPalPaymentResponse.cs 207 B

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