NewGaoKaoApi/PaymentSDK/AliPay/Domain/KoubeiSalesKbassetStuffPuro...

21 lines
622 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
/// <summary>
/// KoubeiSalesKbassetStuffPurordersendSyncModel Data Structure.
/// </summary>
[Serializable]
public class KoubeiSalesKbassetStuffPurordersendSyncModel : AopObject
{
/// <summary>
/// 供应商同步的发货信息及物流信息记录最多100条
/// </summary>
[XmlArray("purchase_order_sends")]
[XmlArrayItem("access_purchase_order_send")]
public List<AccessPurchaseOrderSend> PurchaseOrderSends { get; set; }
}
}