payment

package
v0.5.6 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AddOrderPayment             = grpc.NewMethod("AddOrderPayment")
	GetOrderPayments            = grpc.NewMethod("GetOrderPayments")
	AddBranchRentPayment        = grpc.NewMethod("AddBranchRentPayment")
	GetBranchRentPayments       = grpc.NewMethod("GetBranchRentPayments")
	GetBranchRentsPayments      = grpc.NewMethod("GetBranchRentsPayments")
	VerifyPayment               = grpc.NewMethod("VerifyPayment")
	AddPaymentAccount           = grpc.NewMethod("AddPaymentAccount")
	GetPaymentAccounts          = grpc.NewMethod("GetPaymentAccounts")
	GetActivePaymentAccounts    = grpc.NewMethod("GetActivePaymentAccounts")
	GetSuspendedPaymentAccounts = grpc.NewMethod("GetSuspendedPaymentAccounts")
	SuspendPaymentAccount       = grpc.NewMethod("SuspendPaymentAccount")
	ActivatePaymentAccount      = grpc.NewMethod("ActivatePaymentAccount")
	PayForOrder                 = grpc.NewMethod("PayForOrder")
	PayForBranchRent            = grpc.NewMethod("PayForBranchRent")
)

Payment service gRPC methods

View Source
var Interceptions = map[grpc.Method]grpc.Interception{
	AddOrderPayment:             grpc.AccessToken,
	GetOrderPayments:            grpc.AccessToken,
	AddBranchRentPayment:        grpc.AccessToken,
	GetBranchRentPayments:       grpc.AccessToken,
	GetBranchRentsPayments:      grpc.AccessToken,
	VerifyPayment:               grpc.AccessToken,
	AddPaymentAccount:           grpc.AccessToken,
	GetPaymentAccounts:          grpc.AccessToken,
	GetActivePaymentAccounts:    grpc.AccessToken,
	GetSuspendedPaymentAccounts: grpc.AccessToken,
	SuspendPaymentAccount:       grpc.AccessToken,
	ActivatePaymentAccount:      grpc.AccessToken,
	PayForOrder:                 grpc.AccessToken,
	PayForBranchRent:            grpc.AccessToken,
}

Interceptions is the list of gRPC methods to intercept

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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