Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyFabricTokenService ¶
type ApplyFabricTokenService struct { BaseURL string FabricAppId string AppSecret string MerchantId string Client *http.Client }
func NewApplyFabricTokenService ¶
func NewApplyFabricTokenService(baseURL, fabricAppId, appSecret, merchantId string, opts ...Option) *ApplyFabricTokenService
=== Applying Fabric Token ===
func (*ApplyFabricTokenService) ApplyFabricToken ¶
func (a *ApplyFabricTokenService) ApplyFabricToken() (string, error)
type Option ¶ added in v0.0.5
type Option func(*ApplyFabricTokenService)
func WithClient ¶ added in v0.0.5
type TokenResponse ¶
Click to show internal directories.
Click to hide internal directories.