Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePaymentMethodLogic ¶
func NewCreatePaymentMethodLogic ¶
func NewCreatePaymentMethodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePaymentMethodLogic
NewCreatePaymentMethodLogic Create Payment Method
func (*CreatePaymentMethodLogic) CreatePaymentMethod ¶
func (l *CreatePaymentMethodLogic) CreatePaymentMethod(req *types.CreatePaymentMethodRequest) (resp *types.PaymentConfig, err error)
type DeletePaymentMethodLogic ¶
func NewDeletePaymentMethodLogic ¶
func NewDeletePaymentMethodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePaymentMethodLogic
Delete Payment Method
func (*DeletePaymentMethodLogic) DeletePaymentMethod ¶
func (l *DeletePaymentMethodLogic) DeletePaymentMethod(req *types.DeletePaymentMethodRequest) error
type GetPaymentMethodListLogic ¶
func NewGetPaymentMethodListLogic ¶
func NewGetPaymentMethodListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPaymentMethodListLogic
NewGetPaymentMethodListLogic Get Payment Method List
func (*GetPaymentMethodListLogic) GetPaymentMethodList ¶
func (l *GetPaymentMethodListLogic) GetPaymentMethodList(req *types.GetPaymentMethodListRequest) (resp *types.GetPaymentMethodListResponse, err error)
type GetPaymentPlatformLogic ¶
func NewGetPaymentPlatformLogic ¶
func NewGetPaymentPlatformLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPaymentPlatformLogic
Get supported payment platform
func (*GetPaymentPlatformLogic) GetPaymentPlatform ¶
func (l *GetPaymentPlatformLogic) GetPaymentPlatform() (resp *types.PlatformResponse, err error)
type UpdatePaymentMethodLogic ¶
func NewUpdatePaymentMethodLogic ¶
func NewUpdatePaymentMethodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePaymentMethodLogic
NewUpdatePaymentMethodLogic Update Payment Method
func (*UpdatePaymentMethodLogic) UpdatePaymentMethod ¶
func (l *UpdatePaymentMethodLogic) UpdatePaymentMethod(req *types.UpdatePaymentMethodRequest) (resp *types.PaymentConfig, err error)
Click to show internal directories.
Click to hide internal directories.