Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInput = errors.New("one or more input parameters is wrong") ErrTimeOut = errors.New("timeout") ErrInvalidFormat = errors.New("invalid endpoint message format") ErrProdOfferAccessID = errors.New("OfferAccessID from product is null") )
Endpoint Message Template errors
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
TemplateHash string `json:"templateHash"`
Username string `json:"username"`
Password string `json:"password"`
PaymentReceiverAddress string `json:"paymentReceiverAddress"`
ServiceEndpointAddress string `json:"serviceEndpointAddress"`
AdditionalParams map[string]string `json:"additionalParams"`
}
Message structure for Endpoint Message
Click to show internal directories.
Click to hide internal directories.