transactions_pkg

package
v0.0.0-...-2e3d4c0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TRANSACTIONS

type TRANSACTIONS interface {
	GetTransaction(string) (*models_pkg.GetTransactionResponse, error)
}

* Interface for the TRANSACTIONS_IMPL

type TRANSACTIONS_IMPL

type TRANSACTIONS_IMPL struct {
	// contains filtered or unexported fields
}

* Client structure as interface implementation

func NewTRANSACTIONS

func NewTRANSACTIONS(config configuration_pkg.CONFIGURATION) *TRANSACTIONS_IMPL

* Factory for the TRANSACTIONS interaface returning TRANSACTIONS_IMPL

func (*TRANSACTIONS_IMPL) GetTransaction

func (me *TRANSACTIONS_IMPL) GetTransaction(
	transactionId string) (*models_pkg.GetTransactionResponse, error)

*

  • GetTransaction
  • @param string transactionId parameter: Required
  • @return Returns the *models_pkg.GetTransactionResponse response from the API call

Jump to

Keyboard shortcuts

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