using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayPcreditHuabeiPcreditmerchantProductorderTransferModel Data Structure.
///
[Serializable]
public class AlipayPcreditHuabeiPcreditmerchantProductorderTransferModel : AopObject
{
///
/// 生效时间
///
[XmlElement("active_datetime")]
public string ActiveDatetime { get; set; }
///
/// 补充字段
///
[XmlElement("extending_info")]
public string ExtendingInfo { get; set; }
///
/// 应用来源
///
[XmlElement("from_app")]
public string FromApp { get; set; }
///
/// 失效时间
///
[XmlElement("inactive_datetime")]
public string InactiveDatetime { get; set; }
///
/// 退订接受时间
///
[XmlElement("inactiving_datetime")]
public string InactivingDatetime { get; set; }
///
/// 订购原来
///
[XmlElement("ordered_channel")]
public string OrderedChannel { get; set; }
///
/// 订购系统码
///
[XmlElement("ordered_system_code")]
public string OrderedSystemCode { get; set; }
///
/// 接受订购时间
///
[XmlElement("ordering_datetime")]
public string OrderingDatetime { get; set; }
///
/// 外部商户ID
///
[XmlElement("out_merchant_id")]
public string OutMerchantId { get; set; }
///
/// 商户支付宝ID
///
[XmlElement("pid")]
public string Pid { get; set; }
///
/// 销售产品码
///
[XmlElement("ps_code")]
public string PsCode { get; set; }
///
/// 续订标志
///
[XmlElement("renew")]
public string Renew { get; set; }
///
/// 原淘宝服务市场订购单号
///
[XmlElement("taobao_order_id")]
public string TaobaoOrderId { get; set; }
}
}