Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 Changes in this version + type Account struct + ID uint64 + Type enum.AccountType + type CompanyAccountGetData struct + List []Account + PageInfo *model.PageInfo + type CompanyAccountGetRequest struct + AccountType []enum.AccountType + CompanyID uint64 + OrganizationID uint64 + Page int + PageSize int + func (r CompanyAccountGetRequest) Encode() string + type CompanyAccountGetResponse struct + Data *CompanyAccountGetData + type CompanyInfo struct + CompanyID uint64 + CompanyName string + Status enum.CompanyStatus + Type enum.CompanyType + type CompanyInfoGetData struct + List []CompanyInfo + PageInfo *model.PageInfo + type CompanyInfoGetRequest struct + OrganizationID uint64 + Page int + PageSize int + func (r CompanyInfoGetRequest) Encode() string + type CompanyInfoGetResponse struct + Data *CompanyInfoGetData + type PartnerOrganization struct + ID uint64 + Remark string + Status enum.PartnerOrganizationStatus + type PartnerOrganizationListData struct + List []PartnerOrganization + PageInfo *model.PageInfo + type PartnerOrganizationListFilter struct + PartnerOrganizationIDs []uint64 + Status enum.PartnerOrganizationStatus + type PartnerOrganizationListRequest struct + Filtering *PartnerOrganizationListFilter + OrganizationID uint64 + Page int + PageSize int + func (r PartnerOrganizationListRequest) Encode() string + type PartnerOrganizationListResponse struct + Data *PartnerOrganizationListData