View Source ExOAPI.Stripe.SDK.IssuerFraudRecords (exoapi_stripe v0.1.4)

Link to this section Summary

Functions

description: <p>Returns a list of issuer fraud records.</p>

description: <p>Retrieves the details of an issuer fraud record that has previously been created. </p>

Link to this section Types

Link to this type

get_issuer_fraud_records_issuer_fraud_record_opts()

View Source
@type get_issuer_fraud_records_issuer_fraud_record_opts() :: {:expand, String.t()}
Link to this type

get_issuer_fraud_records_opts()

View Source
@type get_issuer_fraud_records_opts() ::
  {:starting_after, String.t()}
  | {:limit, String.t()}
  | {:expand, String.t()}
  | {:ending_before, String.t()}
  | {:charge, String.t()}

Link to this section Functions

Link to this function

get_issuer_fraud_records(client, opts \\ [])

View Source
@spec get_issuer_fraud_records(client :: ExOAPI.Client.t(), [
  get_issuer_fraud_records_opts()
]) ::
  {:ok,
   ExOAPI.Stripe.Schemas.Error.t()
   | %{
       url: String.t(),
       object: String.t() | :list,
       has_more: boolean(),
       data: [ExOAPI.Stripe.Schemas.IssuerFraudRecord.t()]
     }
   | map()}
  | {:error, any()}

description: <p>Returns a list of issuer fraud records.</p>

deprecated: true

Link to this function

get_issuer_fraud_records_issuer_fraud_record(client, issuer_fraud_record, opts \\ [])

View Source
@spec get_issuer_fraud_records_issuer_fraud_record(
  client :: ExOAPI.Client.t(),
  issuer_fraud_record :: String.t(),
  [get_issuer_fraud_records_issuer_fraud_record_opts()]
) ::
  {:ok,
   ExOAPI.Stripe.Schemas.Error.t()
   | ExOAPI.Stripe.Schemas.IssuerFraudRecord.t()
   | map()}
  | {:error, any()}

description: <p>Retrieves the details of an issuer fraud record that has previously been created. </p>

Please refer to the issuer fraud record object reference for more details.

deprecated: true