Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPaymentApiService ¶
func NewPaymentApiService( publicApiService service.IPublicPaymentService, authenticationService service.IAuthenticationService, ) publicApi.PaymentApiServicer
NewPaymentApiService creates a default api service
Types ¶
type PaymentApiService ¶
type PaymentApiService struct {
// contains filtered or unexported fields
}
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(_ 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.