Documentation ¶
Overview ¶
Package earlyfraudwarning provides the /radar/early_fraud_warnings APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.RadarEarlyFraudWarningParams) (*stripe.RadarEarlyFraudWarning, error)
Retrieves the details of an early fraud warning that has previously been created.
Please refer to the [early fraud warning](https://stripe.com/docs/api#early_fraud_warning_object) object reference for more details.
Types ¶
type Client ¶
Client is used to invoke /radar/early_fraud_warnings APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.RadarEarlyFraudWarningParams) (*stripe.RadarEarlyFraudWarning, error)
Retrieves the details of an early fraud warning that has previously been created.
Please refer to the [early fraud warning](https://stripe.com/docs/api#early_fraud_warning_object) object reference for more details.
type Iter ¶
Iter is an iterator for radar early fraud warnings.
func List ¶
func List(params *stripe.RadarEarlyFraudWarningListParams) *Iter
Returns a list of early fraud warnings.
func (*Iter) RadarEarlyFraudWarning ¶
func (i *Iter) RadarEarlyFraudWarning() *stripe.RadarEarlyFraudWarning
RadarEarlyFraudWarning returns the radar early fraud warning which the iterator is currently pointing to.
func (*Iter) RadarEarlyFraudWarningList ¶
func (i *Iter) RadarEarlyFraudWarningList() *stripe.RadarEarlyFraudWarningList
RadarEarlyFraudWarningList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.