Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPaymentApiService ¶
func NewPaymentApiService() publicApi.PaymentApiServicer
NewPaymentApiService creates a default api service
Types ¶
type PaymentApiService ¶
type PaymentApiService struct { }
PaymentApiService is a service that implements the logic for the PaymentApiServicer This service should implement the business logic for every endpoint for the PaymentApi API. Include any external packages or services that will be required by this service.
func (*PaymentApiService) NewPayment ¶
func (s *PaymentApiService) NewPayment(ctx context.Context, xAPIKEY string, paymentRequestDto publicApi.PaymentRequestDto) (publicApi.ImplResponse, error)
NewPayment - Create a new payment
Click to show internal directories.
Click to hide internal directories.