Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2023 Changes in this version + type GetRefundLogic struct + func NewGetRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundLogic + func (l *GetRefundLogic) GetRefund(req *types.IDReq) (resp *types.RefundInfoResp, err error) + type GetRefundPageLogic struct + func NewGetRefundPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundPageLogic + func (l *GetRefundPageLogic) GetRefundPage(req *types.RefundPageReq) (resp *types.RefundPageResp, err error)