Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountSummary ¶
type DecimalSvc ¶ added in v0.2.12
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(cfg *ServiceConfig) *Service
func (*Service) GetDebitsAndCreditsSummary ¶
func (s *Service) GetDebitsAndCreditsSummary( ctx context.Context, req *analyticsv1.GetDebitsAndCreditsSummaryRequest, ) (*analyticsv1.GetDebitsAndCreditsSummaryResponse, error)
type ServiceConfig ¶ added in v0.2.12
type ServiceConfig struct {
DecimalSvc DecimalSvc
BaseCurrency string
}
Click to show internal directories.
Click to hide internal directories.