View Source ExOAPI.Stripe.SDK.IssuerFraudRecords (exoapi_stripe v0.1.1)
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
@type get_issuer_fraud_records_issuer_fraud_record_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_issuer_fraud_records(client :: ExOAPI.Client.t(), [ get_issuer_fraud_records_opts() ]) :: {:ok, any()} | {: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, any()} | {: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