Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
APIKEY string
// contains filtered or unexported fields
}
Client type
type CreatePaymentReq ¶
type CreatePaymentRes ¶
type VerifyRes ¶
type VerifyRes struct {
ReqStatus requestStatus
ErrorCode int `json:"error_code"`
ErrorMessage string `json:"error_message"`
Status int `json:"status"`
TrackId int32 `json:"track_id,string"`
Id string `json:"id"`
OrderId string `json:"order_id"`
Amount int64 `json:"amount,string"`
Date int64 `json:"date,string"`
Payment payment
Verify verify
}
Click to show internal directories.
Click to hide internal directories.