 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRefundLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
func NewUpdateRefundLogic ¶
func NewUpdateRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRefundLogic
func (*UpdateRefundLogic) UpdateRefund ¶
func (l *UpdateRefundLogic) UpdateRefund(in *pay.RefundInfo) (*pay.BaseResp, error)
 Click to show internal directories. 
   Click to hide internal directories.