We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d0b2 commit 1ade4f6Copy full SHA for 1ade4f6
src/payment/apply4Sub/request/requestApplyment.go
@@ -44,6 +44,15 @@ type RequestApplyForBusiness struct {
44
IdCardNational string `json:"id_card_national"`
45
IdCardNumber string `json:"id_card_number"`
46
} `json:"id_card_info"`
47
+ IdDocInfo struct {
48
+ IdDocCopy string `json:"id_doc_copy"`
49
+ IdDocCopyBack string `json:"id_doc_copy_back"`
50
+ IdDocName string `json:"id_doc_name"`
51
+ IdDocNumber string `json:"id_doc_number"`
52
+ IdDocAddress string `json:"id_doc_address"`
53
+ DocPeriodBegin string `json:"doc_period_begin"`
54
+ DocPeriodEnd string `json:"doc_period_end"`
55
+ } `json:"id_doc_info"`
56
IdDocType string `json:"id_doc_type"`
57
IdHolderType string `json:"id_holder_type"`
58
Owner bool `json:"owner"`
0 commit comments