legalsuit

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccuserModel

type AccuserModel struct {
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`

	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`

	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`

	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`

	Address string `json:"address,omitempty" xml:"address,omitempty"`

	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`

	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`

	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`
}

AccuserModel

type AfterCourtDetailModel

type AfterCourtDetailModel struct {
	NonEviAttachmentList []FileModel `json:"non_evi_attachment_list,omitempty" xml:"non_evi_attachment_list,omitempty"`

	NonEviAttachmentCount int64 `json:"non_evi_attachment_count,omitempty" xml:"non_evi_attachment_count,omitempty"`

	SubmitDate string `json:"submit_date,omitempty" xml:"submit_date,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`

	Intro string `json:"intro,omitempty" xml:"intro,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	EviAttachmentList []FileModel `json:"evi_attachment_list,omitempty" xml:"evi_attachment_list,omitempty"`

	EviAttachmentCount int64 `json:"evi_attachment_count,omitempty" xml:"evi_attachment_count,omitempty"`
}

AfterCourtDetailModel

type AfterCourtInfoModel

type AfterCourtInfoModel struct {
	PredictionResult string `json:"prediction_result,omitempty" xml:"prediction_result,omitempty"`

	CommunicationDate string `json:"communication_date,omitempty" xml:"communication_date,omitempty"`

	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`

	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list,omitempty"`

	PartyList []FileModel `json:"party_list,omitempty" xml:"party_list,omitempty"`

	CourtsList []FileModel `json:"courts_list,omitempty" xml:"courts_list,omitempty"`

	NonEvidenceList []AfterCourtDetailModel `json:"non_evidence_list,omitempty" xml:"non_evidence_list,omitempty"`

	EvidenceList []AfterCourtDetailModel `json:"evidence_list,omitempty" xml:"evidence_list,omitempty"`

	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list,omitempty"`

	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`

	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`

	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`

	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`

	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`

	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`

	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`

	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`

	AgentWord string `json:"agent_word,omitempty" xml:"agent_word,omitempty"`

	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`

	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`

	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`

	AfterCourtId int64 `json:"after_court_id,omitempty" xml:"after_court_id,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`

	Discription string `json:"discription,omitempty" xml:"discription,omitempty"`
}

AfterCourtInfoModel

type AlibabaLegalSuitCaseGetAPIResponse

type AlibabaLegalSuitCaseGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCaseGetResponse
}

获取案件信息接口v2版本 APIResponse alibaba.legal.suit.case.get

获取案件信息

type AlibabaLegalSuitCaseGetRequest

type AlibabaLegalSuitCaseGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

获取案件信息接口v2版本 APIRequest alibaba.legal.suit.case.get

获取案件信息

func NewAlibabaLegalSuitCaseGetRequest

func NewAlibabaLegalSuitCaseGetRequest() *AlibabaLegalSuitCaseGetRequest

func (AlibabaLegalSuitCaseGetRequest) GetApiMethodName

func (r AlibabaLegalSuitCaseGetRequest) GetApiMethodName() string

func (AlibabaLegalSuitCaseGetRequest) GetApiParams

func (r AlibabaLegalSuitCaseGetRequest) GetApiParams() url.Values

func (AlibabaLegalSuitCaseGetRequest) GetId

func (*AlibabaLegalSuitCaseGetRequest) SetId

type AlibabaLegalSuitCaseGetResponse

type AlibabaLegalSuitCaseGetResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_case_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitCourtAfterPushAPIResponse

type AlibabaLegalSuitCourtAfterPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtAfterPushResponse
}

更新或者新增庭后信息 APIResponse alibaba.legal.suit.court.after.push

供外部ISV供应商 推送庭后信息给集团诉讼

type AlibabaLegalSuitCourtAfterPushRequest

type AlibabaLegalSuitCourtAfterPushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

更新或者新增庭后信息 APIRequest alibaba.legal.suit.court.after.push

供外部ISV供应商 推送庭后信息给集团诉讼

func NewAlibabaLegalSuitCourtAfterPushRequest

func NewAlibabaLegalSuitCourtAfterPushRequest() *AlibabaLegalSuitCourtAfterPushRequest

func (AlibabaLegalSuitCourtAfterPushRequest) GetAfterCourtInfoModel

func (r AlibabaLegalSuitCourtAfterPushRequest) GetAfterCourtInfoModel() *AfterCourtInfoModel

func (AlibabaLegalSuitCourtAfterPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtAfterPushRequest) GetApiMethodName() string

func (AlibabaLegalSuitCourtAfterPushRequest) GetApiParams

func (*AlibabaLegalSuitCourtAfterPushRequest) SetAfterCourtInfoModel

func (r *AlibabaLegalSuitCourtAfterPushRequest) SetAfterCourtInfoModel(afterCourtInfoModel *AfterCourtInfoModel) error

type AlibabaLegalSuitCourtAfterPushResponse

type AlibabaLegalSuitCourtAfterPushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_court_after_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitCourtBeforePushAPIResponse

type AlibabaLegalSuitCourtBeforePushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtBeforePushResponse
}

更新或保存庭前信息 APIResponse alibaba.legal.suit.court.before.push

更新或者保存庭前信息

type AlibabaLegalSuitCourtBeforePushRequest

type AlibabaLegalSuitCourtBeforePushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

更新或保存庭前信息 APIRequest alibaba.legal.suit.court.before.push

更新或者保存庭前信息

func NewAlibabaLegalSuitCourtBeforePushRequest

func NewAlibabaLegalSuitCourtBeforePushRequest() *AlibabaLegalSuitCourtBeforePushRequest

func (AlibabaLegalSuitCourtBeforePushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtBeforePushRequest) GetApiMethodName() string

func (AlibabaLegalSuitCourtBeforePushRequest) GetApiParams

func (AlibabaLegalSuitCourtBeforePushRequest) GetBeforeCourtModel

func (*AlibabaLegalSuitCourtBeforePushRequest) SetBeforeCourtModel

func (r *AlibabaLegalSuitCourtBeforePushRequest) SetBeforeCourtModel(beforeCourtModel *BeforeCourtModel) error

type AlibabaLegalSuitCourtBeforePushResponse

type AlibabaLegalSuitCourtBeforePushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_court_before_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitCourtEntrustGetAPIResponse

type AlibabaLegalSuitCourtEntrustGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtEntrustGetResponse
}

委托开庭服务查询 APIResponse alibaba.legal.suit.court.entrust.get

查询委托开庭信息

type AlibabaLegalSuitCourtEntrustGetRequest

type AlibabaLegalSuitCourtEntrustGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

委托开庭服务查询 APIRequest alibaba.legal.suit.court.entrust.get

查询委托开庭信息

func NewAlibabaLegalSuitCourtEntrustGetRequest

func NewAlibabaLegalSuitCourtEntrustGetRequest() *AlibabaLegalSuitCourtEntrustGetRequest

func (AlibabaLegalSuitCourtEntrustGetRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtEntrustGetRequest) GetApiMethodName() string

func (AlibabaLegalSuitCourtEntrustGetRequest) GetApiParams

func (AlibabaLegalSuitCourtEntrustGetRequest) GetEntrustId

func (AlibabaLegalSuitCourtEntrustGetRequest) GetSuitId

func (*AlibabaLegalSuitCourtEntrustGetRequest) SetEntrustId

func (r *AlibabaLegalSuitCourtEntrustGetRequest) SetEntrustId(entrustId int64) error

func (*AlibabaLegalSuitCourtEntrustGetRequest) SetSuitId

func (r *AlibabaLegalSuitCourtEntrustGetRequest) SetSuitId(suitId int64) error

type AlibabaLegalSuitCourtEntrustGetResponse

type AlibabaLegalSuitCourtEntrustGetResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_court_entrust_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitCourtLawyerPushAPIResponse

type AlibabaLegalSuitCourtLawyerPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtLawyerPushResponse
}

推荐律师接口 APIResponse alibaba.legal.suit.court.lawyer.push

为诉讼系统推荐律师

type AlibabaLegalSuitCourtLawyerPushRequest

type AlibabaLegalSuitCourtLawyerPushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

推荐律师接口 APIRequest alibaba.legal.suit.court.lawyer.push

为诉讼系统推荐律师

func NewAlibabaLegalSuitCourtLawyerPushRequest

func NewAlibabaLegalSuitCourtLawyerPushRequest() *AlibabaLegalSuitCourtLawyerPushRequest

func (AlibabaLegalSuitCourtLawyerPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtLawyerPushRequest) GetApiMethodName() string

func (AlibabaLegalSuitCourtLawyerPushRequest) GetApiParams

func (AlibabaLegalSuitCourtLawyerPushRequest) GetEntrustId

func (AlibabaLegalSuitCourtLawyerPushRequest) GetLawyersModel

func (AlibabaLegalSuitCourtLawyerPushRequest) GetSuitId

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetEntrustId

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetEntrustId(entrustId int64) error

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetLawyersModel

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetLawyersModel(lawyersModel *LawyersModel) error

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetSuitId

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetSuitId(suitId int64) error

type AlibabaLegalSuitCourtLawyerPushResponse

type AlibabaLegalSuitCourtLawyerPushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_court_lawyer_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitCourtOpenPushAPIResponse

type AlibabaLegalSuitCourtOpenPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtOpenPushResponse
}

开庭信息推送接口 APIResponse alibaba.legal.suit.court.open.push

供ISV推送开庭信息给集团诉讼

type AlibabaLegalSuitCourtOpenPushRequest

type AlibabaLegalSuitCourtOpenPushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

开庭信息推送接口 APIRequest alibaba.legal.suit.court.open.push

供ISV推送开庭信息给集团诉讼

func NewAlibabaLegalSuitCourtOpenPushRequest

func NewAlibabaLegalSuitCourtOpenPushRequest() *AlibabaLegalSuitCourtOpenPushRequest

func (AlibabaLegalSuitCourtOpenPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtOpenPushRequest) GetApiMethodName() string

func (AlibabaLegalSuitCourtOpenPushRequest) GetApiParams

func (AlibabaLegalSuitCourtOpenPushRequest) GetCourtInfoModel

func (*AlibabaLegalSuitCourtOpenPushRequest) SetCourtInfoModel

func (r *AlibabaLegalSuitCourtOpenPushRequest) SetCourtInfoModel(courtInfoModel *CourtInfoModel) error

type AlibabaLegalSuitCourtOpenPushResponse

type AlibabaLegalSuitCourtOpenPushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_court_open_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitDominationPushAPIResponse

type AlibabaLegalSuitDominationPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitDominationPushResponse
}

更新或者保存管辖信息 APIResponse alibaba.legal.suit.domination.push

ISV推送管辖信息到诉讼平台

type AlibabaLegalSuitDominationPushRequest

type AlibabaLegalSuitDominationPushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

更新或者保存管辖信息 APIRequest alibaba.legal.suit.domination.push

ISV推送管辖信息到诉讼平台

func NewAlibabaLegalSuitDominationPushRequest

func NewAlibabaLegalSuitDominationPushRequest() *AlibabaLegalSuitDominationPushRequest

func (AlibabaLegalSuitDominationPushRequest) GetApiMethodName

func (r AlibabaLegalSuitDominationPushRequest) GetApiMethodName() string

func (AlibabaLegalSuitDominationPushRequest) GetApiParams

func (AlibabaLegalSuitDominationPushRequest) GetDominationDissentModel

func (r AlibabaLegalSuitDominationPushRequest) GetDominationDissentModel() *DominationDissentModel

func (*AlibabaLegalSuitDominationPushRequest) SetDominationDissentModel

func (r *AlibabaLegalSuitDominationPushRequest) SetDominationDissentModel(dominationDissentModel *DominationDissentModel) error

type AlibabaLegalSuitDominationPushResponse

type AlibabaLegalSuitDominationPushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_domination_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitJudgementGetAPIResponse

type AlibabaLegalSuitJudgementGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementGetResponse
}

获取裁判登记信息 APIResponse alibaba.legal.suit.judgement.get

供ISV供应商获取集团法务系统的裁判登记信息

type AlibabaLegalSuitJudgementGetRequest

type AlibabaLegalSuitJudgementGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

获取裁判登记信息 APIRequest alibaba.legal.suit.judgement.get

供ISV供应商获取集团法务系统的裁判登记信息

func NewAlibabaLegalSuitJudgementGetRequest

func NewAlibabaLegalSuitJudgementGetRequest() *AlibabaLegalSuitJudgementGetRequest

func (AlibabaLegalSuitJudgementGetRequest) GetApiMethodName

func (r AlibabaLegalSuitJudgementGetRequest) GetApiMethodName() string

func (AlibabaLegalSuitJudgementGetRequest) GetApiParams

func (AlibabaLegalSuitJudgementGetRequest) GetSuitId

func (*AlibabaLegalSuitJudgementGetRequest) SetSuitId

func (r *AlibabaLegalSuitJudgementGetRequest) SetSuitId(suitId int64) error

type AlibabaLegalSuitJudgementGetResponse

type AlibabaLegalSuitJudgementGetResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_judgement_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaLegalSuitJudgementPushAPIResponse

type AlibabaLegalSuitJudgementPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementPushResponse
}

推送裁判登记信息给集团法务系统 APIResponse alibaba.legal.suit.judgement.push

isv推送裁判登记信息给集团法务系统

type AlibabaLegalSuitJudgementPushRequest

type AlibabaLegalSuitJudgementPushRequest struct {
	model.Params
	// contains filtered or unexported fields
}

推送裁判登记信息给集团法务系统 APIRequest alibaba.legal.suit.judgement.push

isv推送裁判登记信息给集团法务系统

func NewAlibabaLegalSuitJudgementPushRequest

func NewAlibabaLegalSuitJudgementPushRequest() *AlibabaLegalSuitJudgementPushRequest

func (AlibabaLegalSuitJudgementPushRequest) GetApiMethodName

func (r AlibabaLegalSuitJudgementPushRequest) GetApiMethodName() string

func (AlibabaLegalSuitJudgementPushRequest) GetApiParams

func (AlibabaLegalSuitJudgementPushRequest) GetRefereeRegistrationModel

func (r AlibabaLegalSuitJudgementPushRequest) GetRefereeRegistrationModel() *RefereeRegistrationModel

func (*AlibabaLegalSuitJudgementPushRequest) SetRefereeRegistrationModel

func (r *AlibabaLegalSuitJudgementPushRequest) SetRefereeRegistrationModel(refereeRegistrationModel *RefereeRegistrationModel) error

type AlibabaLegalSuitJudgementPushResponse

type AlibabaLegalSuitJudgementPushResponse struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_judgement_push_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AppelleeModel

type AppelleeModel struct {
	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`

	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`

	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`

	Address string `json:"address,omitempty" xml:"address,omitempty"`

	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`

	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`

	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`

	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`
}

AppelleeModel

type Attachmentlist

type Attachmentlist struct {
	Name string `json:"name,omitempty" xml:"name,omitempty"`

	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

Attachmentlist

type BeforeCourtModel

type BeforeCourtModel struct {
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`

	RiskPredict string `json:"risk_predict,omitempty" xml:"risk_predict,omitempty"`

	MainPoint string `json:"main_point,omitempty" xml:"main_point,omitempty"`

	OurQuestions string `json:"our_questions,omitempty" xml:"our_questions,omitempty"`

	CourtQuestions string `json:"court_questions,omitempty" xml:"court_questions,omitempty"`

	TheirQuestions string `json:"their_questions,omitempty" xml:"their_questions,omitempty"`

	OurAttitude string `json:"our_attitude,omitempty" xml:"our_attitude,omitempty"`

	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`

	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`

	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`

	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`

	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`

	DefendantEstimate string `json:"defendant_estimate,omitempty" xml:"defendant_estimate,omitempty"`

	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`

	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`

	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`

	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list,omitempty"`

	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list,omitempty"`

	CommunicateList []CommunicateModel `json:"communicate_list,omitempty" xml:"communicate_list,omitempty"`

	BeforeCourtId int64 `json:"before_court_id,omitempty" xml:"before_court_id,omitempty"`
}

BeforeCourtModel

type CaseModel

type CaseModel struct {
	Accusers []AccuserModel `json:"accusers,omitempty" xml:"accusers,omitempty"`

	SuitFee *SuitFeeModel `json:"suit_fee,omitempty" xml:"suit_fee,omitempty"`

	CheckInMsg *CheckInModel `json:"check_in_msg,omitempty" xml:"check_in_msg,omitempty"`

	CourtModel *CourtModel `json:"court_model,omitempty" xml:"court_model,omitempty"`

	PreCaseNumber string `json:"pre_case_number,omitempty" xml:"pre_case_number,omitempty"`

	Tag4 string `json:"tag4,omitempty" xml:"tag4,omitempty"`

	Tag3 string `json:"tag3,omitempty" xml:"tag3,omitempty"`

	Tag2 string `json:"tag2,omitempty" xml:"tag2,omitempty"`

	Tag1 string `json:"tag1,omitempty" xml:"tag1,omitempty"`

	AccuserClaimLegalBasis string `json:"accuser_claim_legal_basis,omitempty" xml:"accuser_claim_legal_basis,omitempty"`

	AccuserClaimFact string `json:"accuser_claim_fact,omitempty" xml:"accuser_claim_fact,omitempty"`

	AccuserAppealList []string `json:"accuser_appeal_list,omitempty" xml:"accuser_appeal_list>string,omitempty"`

	SuitRequest string `json:"suit_request,omitempty" xml:"suit_request,omitempty"`

	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`

	FollowupPeopleName string `json:"followup_people_name,omitempty" xml:"followup_people_name,omitempty"`

	OuName string `json:"ou_name,omitempty" xml:"ou_name,omitempty"`

	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`

	SueTime string `json:"sue_time,omitempty" xml:"sue_time,omitempty"`

	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`

	CaseAmount string `json:"case_amount,omitempty" xml:"case_amount,omitempty"`

	AuditType string `json:"audit_type,omitempty" xml:"audit_type,omitempty"`

	CaseCause string `json:"case_cause,omitempty" xml:"case_cause,omitempty"`

	CaseType2 string `json:"case_type2,omitempty" xml:"case_type2,omitempty"`

	CaseType1 string `json:"case_type1,omitempty" xml:"case_type1,omitempty"`

	SuitType string `json:"suit_type,omitempty" xml:"suit_type,omitempty"`

	CaseDetailDescription string `json:"case_detail_description,omitempty" xml:"case_detail_description,omitempty"`

	CaseDetailCode string `json:"case_detail_code,omitempty" xml:"case_detail_code,omitempty"`

	CaseNumber string `json:"case_number,omitempty" xml:"case_number,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	DefendantList []AppelleeModel `json:"defendant_list,omitempty" xml:"defendant_list,omitempty"`

	ThirdList []LitigantThirdPartyModel `json:"third_list,omitempty" xml:"third_list,omitempty"`

	CaseFactFileList []FileModel `json:"case_fact_file_list,omitempty" xml:"case_fact_file_list,omitempty"`

	OtherFileList []FileModel `json:"other_file_list,omitempty" xml:"other_file_list,omitempty"`

	EvidenceFileList []FileModel `json:"evidence_file_list,omitempty" xml:"evidence_file_list,omitempty"`

	CourtFileList []FileModel `json:"court_file_list,omitempty" xml:"court_file_list,omitempty"`

	PleadingFileList []FileModel `json:"pleading_file_list,omitempty" xml:"pleading_file_list,omitempty"`
}

CaseModel

type CheckInModel

type CheckInModel struct {
	UndertakerPeoples []string `json:"undertaker_peoples,omitempty" xml:"undertaker_peoples>string,omitempty"`

	JurisdictionObjectionDeadlineTime string `json:"jurisdiction_objection_deadline_time,omitempty" xml:"jurisdiction_objection_deadline_time,omitempty"`

	ProofDeadlineTime string `json:"proof_deadline_time,omitempty" xml:"proof_deadline_time,omitempty"`

	LegalCheckinTime string `json:"legal_checkin_time,omitempty" xml:"legal_checkin_time,omitempty"`
}

CheckInModel

type CommunicateModel

type CommunicateModel struct {
	CommunicateAim string `json:"communicate_aim,omitempty" xml:"communicate_aim,omitempty"`

	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`

	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`

	CommunicateType string `json:"communicate_type,omitempty" xml:"communicate_type,omitempty"`

	UnitName string `json:"unit_name,omitempty" xml:"unit_name,omitempty"`

	Department string `json:"department,omitempty" xml:"department,omitempty"`

	CommunicateTime string `json:"communicate_time,omitempty" xml:"communicate_time,omitempty"`

	CommunicateContent string `json:"communicate_content,omitempty" xml:"communicate_content,omitempty"`

	Next string `json:"next,omitempty" xml:"next,omitempty"`
}

CommunicateModel

type CourtEntrustModel

type CourtEntrustModel struct {
	EntrustOrderNumber int64 `json:"entrust_order_number,omitempty" xml:"entrust_order_number,omitempty"`

	EntrustTime string `json:"entrust_time,omitempty" xml:"entrust_time,omitempty"`

	EntrustName string `json:"entrust_name,omitempty" xml:"entrust_name,omitempty"`

	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`

	EntrustType string `json:"entrust_type,omitempty" xml:"entrust_type,omitempty"`

	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	EntrustingParty string `json:"entrusting_party,omitempty" xml:"entrusting_party,omitempty"`

	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`

	FirmBusinessLicNum string `json:"firm_business_lic_num,omitempty" xml:"firm_business_lic_num,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list,omitempty"`

	Objective string `json:"objective,omitempty" xml:"objective,omitempty"`

	Suggest string `json:"suggest,omitempty" xml:"suggest,omitempty"`
}

CourtEntrustModel

type CourtEvidenceModel

type CourtEvidenceModel struct {
	Opinion string `json:"opinion,omitempty" xml:"opinion,omitempty"`

	IsAgreed string `json:"is_agreed,omitempty" xml:"is_agreed,omitempty"`

	Evidence string `json:"evidence,omitempty" xml:"evidence,omitempty"`

	EvidenceAim string `json:"evidence_aim,omitempty" xml:"evidence_aim,omitempty"`

	EvidenceName string `json:"evidence_name,omitempty" xml:"evidence_name,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

CourtEvidenceModel

type CourtInfoModel

type CourtInfoModel struct {
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`

	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`

	FullCourt string `json:"full_court,omitempty" xml:"full_court,omitempty"`

	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list,omitempty"`

	CourtId int64 `json:"court_id,omitempty" xml:"court_id,omitempty"`

	Show string `json:"show,omitempty" xml:"show,omitempty"`

	JudgePosition string `json:"judge_position,omitempty" xml:"judge_position,omitempty"`

	CourtQuestionAndAnswer string `json:"court_question_and_answer,omitempty" xml:"court_question_and_answer,omitempty"`

	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`

	IsOnline string `json:"is_online,omitempty" xml:"is_online,omitempty"`

	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`

	DisputeSummary string `json:"dispute_summary,omitempty" xml:"dispute_summary,omitempty"`

	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`

	Judge string `json:"judge,omitempty" xml:"judge,omitempty"`

	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`

	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`

	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`

	SueAliReason string `json:"sue_ali_reason,omitempty" xml:"sue_ali_reason,omitempty"`

	IsKnowComplainWay string `json:"is_know_complain_way,omitempty" xml:"is_know_complain_way,omitempty"`

	InformalReason string `json:"informal_reason,omitempty" xml:"informal_reason,omitempty"`

	QuestionList []CourtProblemModel `json:"question_list,omitempty" xml:"question_list,omitempty"`

	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`

	FormalAttachmentList []FileModel `json:"formal_attachment_list,omitempty" xml:"formal_attachment_list,omitempty"`

	InclusionOriDefList []CourtEvidenceModel `json:"inclusion_ori_def_list,omitempty" xml:"inclusion_ori_def_list,omitempty"`

	RiskFeedback string `json:"risk_feedback,omitempty" xml:"risk_feedback,omitempty"`

	InformalAttachmentCount int64 `json:"informal_attachment_count,omitempty" xml:"informal_attachment_count,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`

	Plan string `json:"plan,omitempty" xml:"plan,omitempty"`

	CourtWay string `json:"court_way,omitempty" xml:"court_way,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`

	AccuserList []CourtPartyModel `json:"accuser_list,omitempty" xml:"accuser_list,omitempty"`

	AccuserDefendantIsCourt string `json:"accuser_defendant_is_court,omitempty" xml:"accuser_defendant_is_court,omitempty"`

	InformalAttachmentList []FileModel `json:"informal_attachment_list,omitempty" xml:"informal_attachment_list,omitempty"`

	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`

	IsComplain string `json:"is_complain,omitempty" xml:"is_complain,omitempty"`

	OtherSpecialPosition string `json:"other_special_position,omitempty" xml:"other_special_position,omitempty"`

	FormalAttachmentCount int64 `json:"formal_attachment_count,omitempty" xml:"formal_attachment_count,omitempty"`

	CourtGeographyName string `json:"court_geography_name,omitempty" xml:"court_geography_name,omitempty"`

	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`

	DefendantList []CourtPartyModel `json:"defendant_list,omitempty" xml:"defendant_list,omitempty"`
}

CourtInfoModel

type CourtModel

type CourtModel struct {
	JudgeContact string `json:"judge_contact,omitempty" xml:"judge_contact,omitempty"`

	JudgeName string `json:"judge_name,omitempty" xml:"judge_name,omitempty"`

	Address string `json:"address,omitempty" xml:"address,omitempty"`

	CountyCode string `json:"county_code,omitempty" xml:"county_code,omitempty"`

	CityCode string `json:"city_code,omitempty" xml:"city_code,omitempty"`

	ProvinceCode string `json:"province_code,omitempty" xml:"province_code,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

CourtModel

type CourtPartyModel

type CourtPartyModel struct {
	DeliverySituation string `json:"delivery_situation,omitempty" xml:"delivery_situation,omitempty"`

	IsRespond string `json:"is_respond,omitempty" xml:"is_respond,omitempty"`

	IsAppear string `json:"is_appear,omitempty" xml:"is_appear,omitempty"`

	Identity string `json:"identity,omitempty" xml:"identity,omitempty"`

	ProxyIdentity string `json:"proxy_identity,omitempty" xml:"proxy_identity,omitempty"`

	ProxyName string `json:"proxy_name,omitempty" xml:"proxy_name,omitempty"`

	IsProxy string `json:"is_proxy,omitempty" xml:"is_proxy,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`
}

CourtPartyModel

type CourtProblemModel

type CourtProblemModel struct {
	PartyReply string `json:"party_reply,omitempty" xml:"party_reply,omitempty"`

	ProblemDescription string `json:"problem_description,omitempty" xml:"problem_description,omitempty"`

	Askeder string `json:"askeder,omitempty" xml:"askeder,omitempty"`

	IsCount string `json:"is_count,omitempty" xml:"is_count,omitempty"`
}

CourtProblemModel

type DominationDissentModel

type DominationDissentModel struct {
	DominationDissentRulingCount int64 `json:"domination_dissent_ruling_count,omitempty" xml:"domination_dissent_ruling_count,omitempty"`

	DominationDissentRulingList []FileModel `json:"domination_dissent_ruling_list,omitempty" xml:"domination_dissent_ruling_list,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`

	ExpressNum string `json:"express_num,omitempty" xml:"express_num,omitempty"`

	ExpressCompany string `json:"express_company,omitempty" xml:"express_company,omitempty"`

	Judge string `json:"judge,omitempty" xml:"judge,omitempty"`

	IsCourt string `json:"is_court,omitempty" xml:"is_court,omitempty"`

	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`

	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list,omitempty"`

	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`

	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`

	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`

	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`

	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`

	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`

	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`

	DominationId int64 `json:"domination_id,omitempty" xml:"domination_id,omitempty"`

	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`

	ApplicationCount int64 `json:"application_count,omitempty" xml:"application_count,omitempty"`

	ApplicationAttachmentList []FileModel `json:"application_attachment_list,omitempty" xml:"application_attachment_list,omitempty"`

	DominationProcess string `json:"domination_process,omitempty" xml:"domination_process,omitempty"`

	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
}

DominationDissentModel

type FileModel

type FileModel struct {
	Name string `json:"name,omitempty" xml:"name,omitempty"`

	Key string `json:"key,omitempty" xml:"key,omitempty"`

	SubmitDate string `json:"submit_date,omitempty" xml:"submit_date,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`

	Intro string `json:"intro,omitempty" xml:"intro,omitempty"`
}

FileModel

type LFileModel

type LFileModel struct {
	Name string `json:"name,omitempty" xml:"name,omitempty"`

	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

LFileModel

type Lawyers

type Lawyers struct {
	AttachmentList []Attachmentlist `json:"attachment_list,omitempty" xml:"attachment_list,omitempty"`

	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`

	ResponseStrategy string `json:"response_strategy,omitempty" xml:"response_strategy,omitempty"`

	ChargeThisCase string `json:"charge_this_case,omitempty" xml:"charge_this_case,omitempty"`

	ProfessionalCertNum string `json:"professional_cert_num,omitempty" xml:"professional_cert_num,omitempty"`

	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`

	BusinessLicenseNum string `json:"business_license_num,omitempty" xml:"business_license_num,omitempty"`

	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`

	LawyerFirmName string `json:"lawyer_firm_name,omitempty" xml:"lawyer_firm_name,omitempty"`

	LawyerId int64 `json:"lawyer_id,omitempty" xml:"lawyer_id,omitempty"`
}

Lawyers

type LawyersModel

type LawyersModel struct {
	Lawyers []Lawyers `json:"lawyers,omitempty" xml:"lawyers,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
}

LawyersModel

type LitigantThirdPartyModel

type LitigantThirdPartyModel struct {
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`

	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`

	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`

	IsAlibabaCompany string `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`

	Address bool `json:"address,omitempty" xml:"address,omitempty"`

	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`

	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`

	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`
}

LitigantThirdPartyModel

type RefereeRegistrationModel

type RefereeRegistrationModel struct {
	IsCourtOpened string `json:"is_court_opened,omitempty" xml:"is_court_opened,omitempty"`

	MainPoint string `json:"main_point,omitempty" xml:"main_point,omitempty"`

	TypicalCause string `json:"typical_cause,omitempty" xml:"typical_cause,omitempty"`

	OtherBusinessLabel string `json:"other_business_label,omitempty" xml:"other_business_label,omitempty"`

	BusinessLabelKeys string `json:"business_label_keys,omitempty" xml:"business_label_keys,omitempty"`

	JudgementResultSecond string `json:"judgement_result_second,omitempty" xml:"judgement_result_second,omitempty"`

	JudgementResult string `json:"judgement_result,omitempty" xml:"judgement_result,omitempty"`

	ReceivedTime string `json:"received_time,omitempty" xml:"received_time,omitempty"`

	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`

	RegistrationId int64 `json:"registration_id,omitempty" xml:"registration_id,omitempty"`

	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`

	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`

	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`

	DefendantReceive string `json:"defendant_receive,omitempty" xml:"defendant_receive,omitempty"`

	AmountOurReceive string `json:"amount_our_receive,omitempty" xml:"amount_our_receive,omitempty"`

	AmountOurGive string `json:"amount_our_give,omitempty" xml:"amount_our_give,omitempty"`

	Amount string `json:"amount,omitempty" xml:"amount,omitempty"`

	Processor string `json:"processor,omitempty" xml:"processor,omitempty"`

	IsAssumeResponsibility string `json:"is_assume_responsibility,omitempty" xml:"is_assume_responsibility,omitempty"`

	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`

	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`

	DropDate string `json:"drop_date,omitempty" xml:"drop_date,omitempty"`

	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`

	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`

	FeedbackAttachmentList []LFileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list,omitempty"`

	MediationCertificateFiles []FileModel `json:"mediation_certificate_files,omitempty" xml:"mediation_certificate_files,omitempty"`

	WrittenVerdictFiles []LFileModel `json:"written_verdict_files,omitempty" xml:"written_verdict_files,omitempty"`

	SettlementAgreeFiles []LFileModel `json:"settlement_agree_files,omitempty" xml:"settlement_agree_files,omitempty"`

	JudgeFiles []LFileModel `json:"judge_files,omitempty" xml:"judge_files,omitempty"`

	DroppedFiles []LFileModel `json:"dropped_files,omitempty" xml:"dropped_files,omitempty"`

	OtherFiles []LFileModel `json:"other_files,omitempty" xml:"other_files,omitempty"`

	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`

	ResultFrom string `json:"result_from,omitempty" xml:"result_from,omitempty"`

	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
}

RefereeRegistrationModel

type ServiceResult

type ServiceResult struct {
	Content *CaseModel `json:"content,omitempty" xml:"content,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
}

ServiceResult

type SuitFeeModel

type SuitFeeModel struct {
	DepositInsuranceAmount string `json:"deposit_insurance_amount,omitempty" xml:"deposit_insurance_amount,omitempty"`

	OtherFeeAmount string `json:"other_fee_amount,omitempty" xml:"other_fee_amount,omitempty"`

	EvaluationFeeAmount string `json:"evaluation_fee_amount,omitempty" xml:"evaluation_fee_amount,omitempty"`

	NotarialFeeAmount string `json:"notarial_fee_amount,omitempty" xml:"notarial_fee_amount,omitempty"`

	AnnouncementFeeAmount string `json:"announcement_fee_amount,omitempty" xml:"announcement_fee_amount,omitempty"`

	SecurityDepositAmount string `json:"security_deposit_amount,omitempty" xml:"security_deposit_amount,omitempty"`

	ReturnCourtFeeAmount string `json:"return_court_fee_amount,omitempty" xml:"return_court_fee_amount,omitempty"`

	PreserveFeeAmount string `json:"preserve_fee_amount,omitempty" xml:"preserve_fee_amount,omitempty"`

	MakeupPayCourtFeeAmount string `json:"makeup_pay_court_fee_amount,omitempty" xml:"makeup_pay_court_fee_amount,omitempty"`

	MakeupPayCourtFeeTime string `json:"makeup_pay_court_fee_time,omitempty" xml:"makeup_pay_court_fee_time,omitempty"`

	PrepayCourtFeeAmount string `json:"prepay_court_fee_amount,omitempty" xml:"prepay_court_fee_amount,omitempty"`

	PrepayCourtFeeTime string `json:"prepay_court_fee_time,omitempty" xml:"prepay_court_fee_time,omitempty"`
}

SuitFeeModel

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL