using System; using System.Collections.Generic; using System.Text; namespace YouZanSDKStandard.Api.Domain { public class YouZanRefundAgreeDomain { /// /// 同意退款是否成功 true表示成功 ,false表示失败 /// public bool is_success { get; set; } } }