Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StorepayAuth = utils.API{ Url: "/oauth/token", Method: http.MethodPost, } StorepayLoan = utils.API{ Url: "/merchant/loan", Method: http.MethodPost, } StorepayLoanCheck = utils.API{ Url: "/merchant/loan/check/", Method: http.MethodGet, } StorepayUserPossibleAmount = utils.API{ Url: "/user/possibleAmount", Method: http.MethodPost, } )
SocialPay
Functions ¶
This section is empty.
Types ¶
type RoleStruct ¶
type Storepay ¶
type StorepayCheckResponse ¶
type StorepayLoanInput ¶
type StorepayLoanRequest ¶
type StorepayLoanResponse ¶
type StorepayUserCheckRequest ¶
type StorepayUserCheckRequest struct {
MobileNumber string `json:"mobileNumber"`
}
Click to show internal directories.
Click to hide internal directories.