platform

package
v0.0.0-...-01c5a3f Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnterpriseCodeAccountService

type EnterpriseCodeAccountService struct{}

func (*EnterpriseCodeAccountService) CreateEnterpriseCodeAccount

func (s *EnterpriseCodeAccountService) CreateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)

func (*EnterpriseCodeAccountService) DeleteEnterpriseCodeAccounts

func (s *EnterpriseCodeAccountService) DeleteEnterpriseCodeAccounts(request request.IdsRequest) (err error)

func (*EnterpriseCodeAccountService) GetAllEnterpriseCodeAccounts

func (s *EnterpriseCodeAccountService) GetAllEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []*platform.EnterpriseCodeAccount, err error)

func (*EnterpriseCodeAccountService) GetEnterpriseCodeAccount

func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccount(request request.IdRequest) (result platform.EnterpriseCodeAccount, err error)

func (*EnterpriseCodeAccountService) GetEnterpriseCodeAccounts

func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []platform.EnterpriseCodeAccount, total int64, err error)

func (*EnterpriseCodeAccountService) SwitchEnterpriseCodeAccounts

func (s *EnterpriseCodeAccountService) SwitchEnterpriseCodeAccounts(request request.SwitchRequest) (err error)

func (*EnterpriseCodeAccountService) UpdateEnterpriseCodeAccount

func (s *EnterpriseCodeAccountService) UpdateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)

type EnterpriseCodeEmployeeService

type EnterpriseCodeEmployeeService struct{}

func (*EnterpriseCodeEmployeeService) CreateEnterpriseCodeEmployee

func (s *EnterpriseCodeEmployeeService) CreateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)

func (*EnterpriseCodeEmployeeService) DeleteEnterpriseCodeEmployees

func (s *EnterpriseCodeEmployeeService) DeleteEnterpriseCodeEmployees(request request.IdsRequest) (err error)

func (*EnterpriseCodeEmployeeService) GetAllEnterpriseCodeEmployees

func (s *EnterpriseCodeEmployeeService) GetAllEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []*platform.EnterpriseCodeEmployee, err error)

func (*EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployee

func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployee(request request.IdRequest) (result platform.EnterpriseCodeEmployee, err error)

func (*EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployees

func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []platform.EnterpriseCodeEmployee, total int64, err error)

func (*EnterpriseCodeEmployeeService) SwitchEnterpriseCodeEmployees

func (s *EnterpriseCodeEmployeeService) SwitchEnterpriseCodeEmployees(request request.SwitchRequest) (err error)

func (*EnterpriseCodeEmployeeService) UpdateEnterpriseCodeEmployee

func (s *EnterpriseCodeEmployeeService) UpdateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)

type EnterpriseCodeRuleService

type EnterpriseCodeRuleService struct{}

func (*EnterpriseCodeRuleService) CreateEnterpriseCodeRule

func (s *EnterpriseCodeRuleService) CreateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)

func (*EnterpriseCodeRuleService) DeleteEnterpriseCodeRules

func (s *EnterpriseCodeRuleService) DeleteEnterpriseCodeRules(request request.IdsRequest) (err error)

func (*EnterpriseCodeRuleService) GetAllEnterpriseCodeRules

func (s *EnterpriseCodeRuleService) GetAllEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []*platform.EnterpriseCodeRule, err error)

func (*EnterpriseCodeRuleService) GetEnterpriseCodeRule

func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRule(request request.IdRequest) (result platform.EnterpriseCodeRule, err error)

func (*EnterpriseCodeRuleService) GetEnterpriseCodeRules

func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []platform.EnterpriseCodeRule, total int64, err error)

func (*EnterpriseCodeRuleService) SwitchEnterpriseCodeRules

func (s *EnterpriseCodeRuleService) SwitchEnterpriseCodeRules(request request.SwitchRequest) (err error)

func (*EnterpriseCodeRuleService) UpdateEnterpriseCodeRule

func (s *EnterpriseCodeRuleService) UpdateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)

type PaymentAccountService

type PaymentAccountService struct{}

func (*PaymentAccountService) CreatePaymentAccount

func (s *PaymentAccountService) CreatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)

func (*PaymentAccountService) DeletePaymentAccounts

func (s *PaymentAccountService) DeletePaymentAccounts(request request.IdsRequest) (err error)

func (*PaymentAccountService) GetAllPaymentAccounts

func (s *PaymentAccountService) GetAllPaymentAccounts(request platform.PaymentAccountRequest) (result []*platform.PaymentAccount, err error)

func (*PaymentAccountService) GetPaymentAccount

func (s *PaymentAccountService) GetPaymentAccount(request request.IdRequest) (result platform.PaymentAccount, err error)

func (*PaymentAccountService) GetPaymentAccounts

func (s *PaymentAccountService) GetPaymentAccounts(request platform.PaymentAccountRequest) (result []platform.PaymentAccount, total int64, err error)

func (*PaymentAccountService) SwitchPaymentAccounts

func (s *PaymentAccountService) SwitchPaymentAccounts(request request.SwitchRequest) (err error)

func (*PaymentAccountService) UpdatePaymentAccount

func (s *PaymentAccountService) UpdatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)

type PlatformAccountService

type PlatformAccountService struct{}

func (*PlatformAccountService) CreatePlatformAccount

func (s *PlatformAccountService) CreatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)

func (*PlatformAccountService) DeletePlatformAccounts

func (s *PlatformAccountService) DeletePlatformAccounts(request request.IdsRequest) (err error)

func (*PlatformAccountService) GetAllPlatformAccounts

func (s *PlatformAccountService) GetAllPlatformAccounts(request platform.PlatformAccountRequest) (result []*platform.PlatformAccount, err error)

func (*PlatformAccountService) GetPlatformAccount

func (s *PlatformAccountService) GetPlatformAccount(request request.IdRequest) (result platform.PlatformAccount, err error)

func (*PlatformAccountService) GetPlatformAccounts

func (s *PlatformAccountService) GetPlatformAccounts(request platform.PlatformAccountRequest) (result []platform.PlatformAccount, total int64, err error)

func (*PlatformAccountService) SwitchPlatformAccounts

func (s *PlatformAccountService) SwitchPlatformAccounts(request request.SwitchRequest) (err error)

func (*PlatformAccountService) UpdatePlatformAccount

func (s *PlatformAccountService) UpdatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)

Jump to

Keyboard shortcuts

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