您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

11 行
238 B

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