Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FraudCheckInput ¶
FraudCheckInput is the input for the check endpoint.
type FraudCheckResult ¶
type FraudCheckResult struct {
Declined bool `json:"declined"`
}
FraudCheckResult is the result for the check endpoint.
type FraudLimitInput ¶
type FraudLimitInput struct {
Limit int32 `json:"limit"`
}
FraudLimitInput is the input for the SetLimit API.
type FraudSettingsResult ¶
type FraudSettingsResult struct { Limit int32 `json:"limit"` MaintenanceMode bool `json:"maintenanceMode"` }
FraudSettingsResult is the result for the GetSettings API.
Click to show internal directories.
Click to hide internal directories.