chengkun
2025-09-15 cff43dbd99d99189864acd591f856a38e87c5b09
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// This file is auto-generated, don't edit it. Thanks.
 
using System;
using System.Collections.Generic;
using System.IO;
 
using Tea;
 
namespace Alipay.EasySDK.Payment.Common.Models
{
    public class PresetPayToolInfo : TeaModel {
        [NameInMap("amount")]
        [Validation(Required=true)]
        public List<string> Amount { get; set; }
 
        [NameInMap("assert_type_code")]
        [Validation(Required=true)]
        public string AssertTypeCode { get; set; }
 
    }
 
}