using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// OpenAccountIndexFindResponse.
///
public class OpenAccountIndexFindResponse : TopResponse
{
///
/// θΏεη»ζ
///
[XmlElement("result")]
public Top.Api.Domain.OpenAccountResult Result { get; set; }
}
}