refund

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRefundLogic

type CreateRefundLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateRefundLogic

func NewCreateRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateRefundLogic

func (*CreateRefundLogic) CreateRefund

func (l *CreateRefundLogic) CreateRefund(in *pay.RefundCreateReq) (*pay.BaseIDResp, error)

type GetRefundByIdLogic

type GetRefundByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetRefundByIdLogic

func NewGetRefundByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundByIdLogic

func (*GetRefundByIdLogic) GetRefundById

func (l *GetRefundByIdLogic) GetRefundById(in *pay.IDReq) (*pay.RefundInfo, error)

type GetRefundListLogic

type GetRefundListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetRefundListLogic

func NewGetRefundListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundListLogic

func (*GetRefundListLogic) GetRefundList

func (l *GetRefundListLogic) GetRefundList(in *pay.RefundListReq) (*pay.RefundListResp, error)

type GetRefundPageLogic

type GetRefundPageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetRefundPageLogic

func NewGetRefundPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundPageLogic

func (*GetRefundPageLogic) GetRefundPage

func (l *GetRefundPageLogic) GetRefundPage(in *pay.RefundPageReq) (*pay.RefundPageResp, error)

type UpdateRefundLogic

type UpdateRefundLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateRefundLogic

func NewUpdateRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRefundLogic

func (*UpdateRefundLogic) UpdateRefund

func (l *UpdateRefundLogic) UpdateRefund(in *pay.RefundInfo) (*pay.BaseResp, error)

Jump to

Keyboard shortcuts

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