refund

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 License: MIT Imports: 16 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 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 NotifyRefundLogic added in v1.1.0

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

func NewNotifyRefundLogic added in v1.1.0

func NewNotifyRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NotifyRefundLogic

func (*NotifyRefundLogic) NotifyRefund added in v1.1.0

func (l *NotifyRefundLogic) NotifyRefund(in *pay.NotifyRefundReq) (*pay.BaseResp, error)

func (*NotifyRefundLogic) ProcessRefundStatus added in v1.1.0

func (l *NotifyRefundLogic) ProcessRefundStatus(notify *payModel.RefundResp) error

Jump to

Keyboard shortcuts

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