namespace SKIT.FlurlHttpClient.Wechat.TenpayBusiness.Models { /// /// 表示 [GET] /mse-pay/profit-allocations/receiver-accounts-applications/out_application_id/{out_application_id} 接口的请求。 /// public class GetProfitAllocationReceiverAccountApplicationByOutApplicationIdRequest : WechatTenpayBusinessRequest { /// /// 获取或设置平台申请单号。 /// [Newtonsoft.Json.JsonIgnore] [System.Text.Json.Serialization.JsonIgnore] public string OutApplicationId { get; set; } = string.Empty; } }