diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Address.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Address.html new file mode 100644 index 0000000..0f60951 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Address.html @@ -0,0 +1,652 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
+

minFraud PHP API v3.2.0-beta.1

+ + + + + +
+ +
+
+ + + + +
+
+ + +
+

+ Address + + +
+ in package + +
+ + + implements + JsonSerializable + +

+ +
+ + +
AbstractYes
+ +
+ + + +

Abstract model for a postal address.

+ + + + + + +

+ Table of Contents + + +

+ + + +

+ Interfaces + + +

+
+
JsonSerializable
+ + + + + + +

+ Properties + + +

+
+
+ $distanceToIpLocation + +  : int|null +
+ +
+ $isInIpCountry + +  : bool|null +
+ +
+ $isPostalInCity + +  : bool|null +
+ +
+ $latitude + +  : float|null +
+ +
+ $longitude + +  : float|null +
+ +
+ +

+ Methods + + +

+
+
+ __construct() + +  : mixed +
+ +
+ jsonSerialize() + +  : array<string|int, mixed> +
+ +
+ + + + + + + +
+

+ Properties + + +

+
+

+ $distanceToIpLocation + + + + read-only +

+ + + + + public + int|null + $distanceToIpLocation + + + +

the distance in kilometers from +the address to the IP location

+
+ + + +
+
+

+ $isInIpCountry + + + + read-only +

+ + + + + public + bool|null + $isInIpCountry + + + +

This property is true if the address is in the IP +country. The property is false when the address is not in the IP +country. If the address could not be parsed or was not provided or if +the IP address could not be geolocated, the property will be null.

+
+ + + +
+
+

+ $isPostalInCity + + + + read-only +

+ + + + + public + bool|null + $isPostalInCity + + + +

This property is true if the postal code provided with +the address is in the city for the address. The property is false when +the postal code is not in the city. If the address was not provided or +could not be parsed, the property will be null.

+
+ + + +
+
+

+ $latitude + + + + read-only +

+ + + + + public + float|null + $latitude + + + +

the latitude associated with the address

+
+ + + +
+
+

+ $longitude + + + + read-only +

+ + + + + public + float|null + $longitude + + + +

the longitude associated with the address

+
+ + + +
+
+ +
+

+ Methods + + +

+
+

+ __construct() + + +

+ + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
+
+ +
Parameters
+
+
+ $response + : array<string|int, mixed>|null +
+
+ +
+
+ + + + +
+
+

+ jsonSerialize() + + +

+ + + + + public + jsonSerialize() : array<string|int, mixed> + +
+
+ + + + +
+
Return values
+ array<string|int, mixed> +
+ +
+
+ +
+
+
+
+

+        
+ +
+
+ + + +
+
+
+ +
+ On this page + + +
+ +
+
+
+
+
+

Search results

+ +
+
+
    +
    +
    +
    +
    + + +
    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-BillingAddress.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-BillingAddress.html new file mode 100644 index 0000000..856d595 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-BillingAddress.html @@ -0,0 +1,643 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
    +

    minFraud PHP API v3.2.0-beta.1

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + BillingAddress + + + extends Address + + +
    + in package + +
    + + +

    + +
    + + +
    + + + +

    Model containing information about the billing address.

    + + + + + + +

    + Table of Contents + + +

    + + + + + + + + + +

    + Properties + + +

    +
    +
    + $distanceToIpLocation + +  : int|null +
    + +
    + $isInIpCountry + +  : bool|null +
    + +
    + $isPostalInCity + +  : bool|null +
    + +
    + $latitude + +  : float|null +
    + +
    + $longitude + +  : float|null +
    + +
    + +

    + Methods + + +

    +
    +
    + __construct() + +  : mixed +
    + +
    + jsonSerialize() + +  : array<string|int, mixed> +
    + +
    + + + + + + + +
    +

    + Properties + + +

    +
    +

    + $distanceToIpLocation + + + + read-only +

    + + + + + public + int|null + $distanceToIpLocation + + + +

    the distance in kilometers from +the address to the IP location

    +
    + + + +
    +
    +

    + $isInIpCountry + + + + read-only +

    + + + + + public + bool|null + $isInIpCountry + + + +

    This property is true if the address is in the IP +country. The property is false when the address is not in the IP +country. If the address could not be parsed or was not provided or if +the IP address could not be geolocated, the property will be null.

    +
    + + + +
    +
    +

    + $isPostalInCity + + + + read-only +

    + + + + + public + bool|null + $isPostalInCity + + + +

    This property is true if the postal code provided with +the address is in the city for the address. The property is false when +the postal code is not in the city. If the address was not provided or +could not be parsed, the property will be null.

    +
    + + + +
    +
    +

    + $latitude + + + + read-only +

    + + + + + public + float|null + $latitude + + + +

    the latitude associated with the address

    +
    + + + +
    +
    +

    + $longitude + + + + read-only +

    + + + + + public + float|null + $longitude + + + +

    the longitude associated with the address

    +
    + + + +
    +
    + +
    +

    + Methods + + +

    +
    +

    + __construct() + + +

    + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
    +
    + +
    Parameters
    +
    +
    + $response + : array<string|int, mixed>|null +
    +
    + +
    +
    + + + + +
    +
    +

    + jsonSerialize() + + +

    + + + + + public + jsonSerialize() : array<string|int, mixed> + +
    +
    + + + + +
    +
    Return values
    + array<string|int, mixed> +
    + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-CreditCard.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-CreditCard.html new file mode 100644 index 0000000..8aa5f71 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-CreditCard.html @@ -0,0 +1,783 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
      +

      minFraud PHP API v3.2.0-beta.1

      + + + + + +
      + +
      +
      + + + + +
      +
      + + +
      +

      + CreditCard + + +
      + in package + +
      + + + implements + JsonSerializable + +

      + +
      + + +
      + + + +

      Model with details about the credit card used.

      + + + + + + +

      + Table of Contents + + +

      + + + +

      + Interfaces + + +

      +
      +
      JsonSerializable
      + + + + + + +

      + Properties + + +

      +
      +
      + $brand + +  : string|null +
      + +
      + $country + +  : string|null +
      + +
      + $isBusiness + +  : bool|null +
      + +
      + $isIssuedInBillingAddressCountry + +  : bool|null +
      + +
      + $isPrepaid + +  : bool|null +
      + +
      + $issuer + +  : Issuer +
      + +
      + $isVirtual + +  : bool|null +
      + +
      + $type + +  : string|null +
      + +
      + +

      + Methods + + +

      +
      +
      + __construct() + +  : mixed +
      + +
      + jsonSerialize() + +  : array<string|int, mixed> +
      + +
      + + + + + + + +
      +

      + Properties + + +

      +
      +

      + $brand + + + + read-only +

      + + + + + public + string|null + $brand + + + +

      the card brand, such as "Visa", "Discover", +"American Express", etc

      +
      + + + +
      +
      +

      + $country + + + + read-only +

      + + + + + public + string|null + $country + + + +

      This property contains the two letter +ISO 3166-1 alpha-2 country code +(https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) associated with the +location of the majority of customers using this credit card as determined +by their billing address. In cases where the location of customers is highly +mixed, this defaults to the country of the bank issuing the card.

      +
      + + + +
      +
      +

      + $isBusiness + + + + read-only +

      + + + + + public + bool|null + $isBusiness + + + +

      this property is true if the card is a +business card

      +
      + + + +
      +
      +

      + $isIssuedInBillingAddressCountry + + + + read-only +

      + + + + + public + bool|null + $isIssuedInBillingAddressCountry + + + +

      This property is +true if the country of the billing address matches the country of the +majority of customers using this credit card. In cases where the location +of customers is highly mixed, the match is to the country of the bank +issuing the card.

      +
      + + + +
      +
      +

      + $isPrepaid + + + + read-only +

      + + + + + public + bool|null + $isPrepaid + + + +

      this property is true if the card is a +prepaid card

      +
      + + + +
      +
      +

      + $issuer + + + + read-only +

      + + + + + public + Issuer + $issuer + + + +

      an object containing information about the credit card issuer

      +
      + + + +
      +
      +

      + $isVirtual + + + + read-only +

      + + + + + public + bool|null + $isVirtual + + + +

      this property is true if the card is a +virtual card

      +
      + + + +
      +
      +

      + $type + + + + read-only +

      + + + + + public + string|null + $type + + + +

      The card's type. The valid values are: charge, +credit, debit.

      +
      + + + +
      +
      + +
      +

      + Methods + + +

      +
      +

      + __construct() + + +

      + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed>|null +
      +
      + +
      +
      + + + + +
      +
      +

      + jsonSerialize() + + +

      + + + + + public + jsonSerialize() : array<string|int, mixed> + +
      +
      + + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + + +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Device.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Device.html new file mode 100644 index 0000000..2295097 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Device.html @@ -0,0 +1,627 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
        +

        minFraud PHP API v3.2.0-beta.1

        + + + + + +
        + +
        +
        + + + + +
        +
        + + +
        +

        + Device + + +
        + in package + +
        + + + implements + JsonSerializable + +

        + +
        + + +
        + + + +

        Model with information about the device.

        + +

        In order to receive device output from minFraud Insights or minFraud +Factors, you must be using the Device Tracking Add-on.

        +
        + + +
        + Tags + + +
        +
        +
        + link +
        +
        +

        Device Tracking +Add-on

        +
        + +
        +
        + + + +

        + Table of Contents + + +

        + + + +

        + Interfaces + + +

        +
        +
        JsonSerializable
        + + + + + + +

        + Properties + + +

        +
        +
        + $confidence + +  : float|null +
        + +
        + $id + +  : string|null +
        + +
        + $lastSeen + +  : string|null +
        + +
        + $localTime + +  : string|null +
        + +
        + +

        + Methods + + +

        +
        +
        + __construct() + +  : mixed +
        + +
        + jsonSerialize() + +  : array<string|int, mixed> +
        + +
        + + + + + + + +
        +

        + Properties + + +

        +
        +

        + $confidence + + + + read-only +

        + + + + + public + float|null + $confidence + + + +

        This number represents our confidence that +the device_id refers to a unique device as opposed to a cluster of +similar devices. A confidence of 0.01 indicates very low confidence that +the device is unique, whereas 99 indicates very high confidence.

        +
        + + + +
        +
        +

        + $id + + + + read-only +

        + + + + + public + string|null + $id + + + +

        a UUID that MaxMind uses for the device associated +with this IP address

        +
        + + + +
        +
        +

        + $lastSeen + + + + read-only +

        + + + + + public + string|null + $lastSeen + + + +

        This is the date and time of the last +sighting of the device. This is an RFC 3339 date-time.

        +
        + + + +
        +
        +

        + $localTime + + + + read-only +

        + + + + + public + string|null + $localTime + + + +

        This is the local date and time of +the transaction in the time zone of the device. This is determined by using +the UTC offset associated with the device. This is an RFC 3339 date-time

        +
        + + + +
        +
        + +
        +

        + Methods + + +

        +
        +

        + __construct() + + +

        + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
        +
        + +
        Parameters
        +
        +
        + $response + : array<string|int, mixed>|null +
        +
        + +
        +
        + + + + +
        +
        +

        + jsonSerialize() + + +

        + + + + + public + jsonSerialize() : array<string|int, mixed> + +
        +
        + + + + +
        +
        Return values
        + array<string|int, mixed> +
        + +
        +
        + +
        +
        +
        +
        +
        
        +        
        + +
        +
        + + + +
        +
        +
        + +
        + On this page + + +
        + +
        +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Disposition.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Disposition.html new file mode 100644 index 0000000..a5874b6 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Disposition.html @@ -0,0 +1,569 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
          +

          minFraud PHP API v3.2.0-beta.1

          + + + + + +
          + +
          +
          + + + + +
          +
          + + +
          +

          + Disposition + + +
          + in package + +
          + + + implements + JsonSerializable + +

          + +
          + + +
          + + + +

          Model with the disposition set by custom rules.

          + +

          In order to receive a disposition, you must be using minFraud custom rules.

          +
          + + + + + +

          + Table of Contents + + +

          + + + +

          + Interfaces + + +

          +
          +
          JsonSerializable
          + + + + + + +

          + Properties + + +

          +
          +
          + $action + +  : string|null +
          + +
          + $reason + +  : string|null +
          + +
          + $ruleLabel + +  : string|null +
          + +
          + +

          + Methods + + +

          +
          +
          + __construct() + +  : mixed +
          + +
          + jsonSerialize() + +  : array<string|int, mixed> +
          + +
          + + + + + + + +
          +

          + Properties + + +

          +
          +

          + $action + + + + read-only +

          + + + + + public + string|null + $action + + + +

          The action to take on the transaction as +defined by your custom rules. The current set of values are "accept", +"manual_review", "reject", and "test". If you do not have custom rules set +up, null will be returned.

          +
          + + + +
          +
          +

          + $reason + + + + read-only +

          + + + + + public + string|null + $reason + + + +

          The reason for the action. The current +possible values are "custom_rule" and "default". If you do not have custom +rules set up, null will be returned.

          +
          + + + +
          +
          +

          + $ruleLabel + + + + read-only +

          + + + + + public + string|null + $ruleLabel + + + +

          The label of the custom rule that was +triggered. If you do not have custom rules set up, the triggered custom rule +does not have a label, or no custom rule was triggered, null will be +returned.

          +
          + + + +
          +
          + +
          +

          + Methods + + +

          +
          +

          + __construct() + + +

          + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
          +
          + +
          Parameters
          +
          +
          + $response + : array<string|int, mixed>|null +
          +
          + +
          +
          + + + + +
          +
          +

          + jsonSerialize() + + +

          + + + + + public + jsonSerialize() : array<string|int, mixed> + +
          +
          + + + + +
          +
          Return values
          + array<string|int, mixed> +
          + +
          +
          + +
          +
          +
          +
          +
          
          +        
          + +
          +
          + + + +
          +
          +
          + +
          + On this page + + +
          + +
          +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Email.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Email.html new file mode 100644 index 0000000..4dddb21 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Email.html @@ -0,0 +1,651 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
            +

            minFraud PHP API v3.2.0-beta.1

            + + + + + +
            + +
            +
            + + + + +
            +
            + + +
            +

            + Email + + +
            + in package + +
            + + + implements + JsonSerializable + +

            + +
            + + +
            + + + +

            Model containing information about the email address.

            + + + + + + +

            + Table of Contents + + +

            + + + +

            + Interfaces + + +

            +
            +
            JsonSerializable
            + + + + + + +

            + Properties + + +

            +
            +
            + $domain + +  : EmailDomain +
            + +
            + $firstSeen + +  : string|null +
            + +
            + $isDisposable + +  : bool|null +
            + +
            + $isFree + +  : bool|null +
            + +
            + $isHighRisk + +  : bool|null +
            + +
            + +

            + Methods + + +

            +
            +
            + __construct() + +  : mixed +
            + +
            + jsonSerialize() + +  : array<string|int, mixed> +
            + +
            + + + + + + + +
            +

            + Properties + + +

            +
            +

            + $domain + + + + read-only +

            + + + + + public + EmailDomain + $domain + + + +

            an object containing information about the email domain

            +
            + + + +
            +
            +

            + $firstSeen + + + + read-only +

            + + + + + public + string|null + $firstSeen + + + +

            A date string (e.g. 2017-04-24) to +identify the date an email address was first seen by MaxMind. This is +expressed using the ISO 8601 date format.

            +
            + + + +
            +
            +

            + $isDisposable + + + + read-only +

            + + + + + public + bool|null + $isDisposable + + + +

            Whether this email address is from +a disposable email provider. The value will be null when no email address +or email domain has been passed as an input.

            +
            + + + +
            +
            +

            + $isFree + + + + read-only +

            + + + + + public + bool|null + $isFree + + + +

            this property is true if MaxMind believes +that this email is hosted by a free email provider such as Gmail or Yahoo! +Mail

            +
            + + + +
            +
            +

            + $isHighRisk + + + + read-only +

            + + + + + public + bool|null + $isHighRisk + + + +

            This field is true if MaxMind believes +that this email is likely to be used for fraud. Note that this is also +factored into the overall risk_score in the response as well.

            +
            + + + +
            +
            + +
            +

            + Methods + + +

            +
            +

            + __construct() + + +

            + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
            +
            + +
            Parameters
            +
            +
            + $response + : array<string|int, mixed>|null +
            +
            + +
            +
            + + + + +
            +
            +

            + jsonSerialize() + + +

            + + + + + public + jsonSerialize() : array<string|int, mixed> + +
            +
            + + + + +
            +
            Return values
            + array<string|int, mixed> +
            + +
            +
            + +
            +
            +
            +
            +
            
            +        
            + +
            +
            + + + +
            +
            +
            + +
            + On this page + + +
            + +
            +
            +
            +
            +
            +

            Search results

            + +
            +
            +
              +
              +
              +
              +
              + + +
              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-EmailDomain.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-EmailDomain.html new file mode 100644 index 0000000..c4ff6c5 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-EmailDomain.html @@ -0,0 +1,477 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
              +

              minFraud PHP API v3.2.0-beta.1

              + + + + + +
              + +
              +
              + + + + +
              +
              + + +
              +

              + EmailDomain + + +
              + in package + +
              + + + implements + JsonSerializable + +

              + +
              + + +
              + + + +

              Model containing information about the email domain.

              + + + + + + +

              + Table of Contents + + +

              + + + +

              + Interfaces + + +

              +
              +
              JsonSerializable
              + + + + + + +

              + Properties + + +

              +
              +
              + $firstSeen + +  : string|null +
              + +
              + +

              + Methods + + +

              +
              +
              + __construct() + +  : mixed +
              + +
              + jsonSerialize() + +  : array<string|int, mixed> +
              + +
              + + + + + + + +
              +

              + Properties + + +

              +
              +

              + $firstSeen + + + + read-only +

              + + + + + public + string|null + $firstSeen + + + +

              A date string (e.g. 2017-04-24) to +identify the date an email domain was first seen by MaxMind. This is +expressed using the ISO 8601 date format.

              +
              + + + +
              +
              + +
              +

              + Methods + + +

              +
              +

              + __construct() + + +

              + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
              +
              + +
              Parameters
              +
              +
              + $response + : array<string|int, mixed>|null +
              +
              + +
              +
              + + + + +
              +
              +

              + jsonSerialize() + + +

              + + + + + public + jsonSerialize() : array<string|int, mixed> + +
              +
              + + + + +
              +
              Return values
              + array<string|int, mixed> +
              + +
              +
              + +
              +
              +
              +
              +
              
              +        
              + +
              +
              + + + +
              +
              +
              + +
              + On this page + + +
              + +
              +
              +
              +
              +
              +

              Search results

              + +
              +
              +
                +
                +
                +
                +
                + + +
                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Factors.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Factors.html new file mode 100644 index 0000000..987db95 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Factors.html @@ -0,0 +1,1135 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                +

                minFraud PHP API v3.2.0-beta.1

                + + + + + +
                + +
                +
                + + + + +
                +
                + + +
                +

                + Factors + + + extends Insights + + +
                + in package + +
                + + +

                + +
                + + +
                + + + +

                Model representing the Factors response.

                + + + + + + +

                + Table of Contents + + +

                + + + + + + + + + +

                + Properties + + +

                +
                +
                + $billingAddress + +  : BillingAddress +
                + +
                + $billingPhone + +  : Phone +
                + +
                + $creditCard + +  : CreditCard +
                + +
                + $device + +  : Device +
                + +
                + $disposition + +  : Disposition +
                + +
                + $email + +  : Email +
                + +
                + $fundsRemaining + +  : float +
                + +
                + $id + +  : string +
                + +
                + $ipAddress + +  : IpAddress +
                + +
                + $queriesRemaining + +  : int +
                + +
                + $riskScore + +  : float +
                + +
                + $riskScoreReasons + +  : array<string|int, RiskScoreReason> +
                + +
                + $shippingAddress + +  : ShippingAddress +
                + +
                + $shippingPhone + +  : Phone +
                + +
                + $subscores + +  : Subscores +
                + +
                + $warnings + +  : array<string|int, mixed> +
                + +
                + +

                + Methods + + +

                +
                +
                + __construct() + +  : mixed +
                + +
                + jsonSerialize() + +  : array<string|int, mixed> +
                + +
                + + + + + + + +
                +

                + Properties + + +

                +
                +

                + $billingAddress + + + + read-only +

                + + + + + public + BillingAddress + $billingAddress + + + +

                an object containing minFraud data related to the +billing address used in the transaction

                +
                + + + +
                +
                +

                + $billingPhone + + + + read-only +

                + + + + + public + Phone + $billingPhone + + + +

                an object containing minFraud data related to the billing +phone used in the transaction

                +
                + + + +
                +
                +

                + $creditCard + + + + read-only +

                + + + + + public + CreditCard + $creditCard + + + +

                an object containing minFraud data about the credit +card used in the transaction

                +
                + + + +
                +
                +

                + $device + + + + read-only +

                + + + + + public + Device + $device + + + +

                this object contains information about the device that +MaxMind believes is associated with the IP address passed +in the request

                +
                + + + +
                +
                +

                + $disposition + + + + read-only +

                + + + + + public + Disposition + $disposition + + + +

                an object containing the disposition set by custom +rules

                +
                + + + +
                +
                +

                + $email + + + + read-only +

                + + + + + public + Email + $email + + + +

                this object contains information about the email address +passed in the request

                +
                + + + +
                +
                +

                + $fundsRemaining + + + + read-only +

                + + + + + public + float + $fundsRemaining + + + +

                the approximate US dollar value of the funds remaining on +your MaxMind account

                +
                + + + +
                +
                +

                + $id + + + + read-only +

                + + + + + public + string + $id + + + +

                This is a UUID that identifies the minFraud request. Please +use this ID in bug reports or support requests to MaxMind +so that we can easily identify a particular request.

                +
                + + + +
                +
                +

                + $ipAddress + + + + read-only +

                + + + + + public + IpAddress + $ipAddress + + + +

                an object containing GeoIP2 and minFraud Insights +information about the geolocated IP address

                +
                + + + +
                +
                +

                + $queriesRemaining + + + + read-only +

                + + + + + public + int + $queriesRemaining + + + +

                the approximate number of queries remaining for this service +before your account runs out of funds

                +
                + + + +
                +
                +

                + $riskScore + + + + read-only +

                + + + + + public + float + $riskScore + + + +

                This property contains the risk score, from 0.01 to 99. A +higher score indicates a higher risk of fraud. For example, a +score of 20 indicates a 20% chance that a transaction is +fraudulent. We never return a risk score of 0, since all +transactions have the possibility of being fraudulent. +Likewise we never return a risk score of 100.

                +
                + + + +
                +
                +

                + $riskScoreReasons + + + + read-only +

                + + + + + public + array<string|int, RiskScoreReason> + $riskScoreReasons + + + +

                This array contains \MaxMind\MinFraud\Model\RiskScoreReason +objects that describe risk score reasons for a given transaction +that change the risk score significantly. Risk score reasons are +usually only returned for medium to high risk transactions. +If there were no significant changes to the risk score due to +these reasons, then this array will be empty.

                +
                + + + +
                +
                +

                + $shippingAddress + + + + read-only +

                + + + + + public + ShippingAddress + $shippingAddress + + + +

                an object containing minFraud data related to the +shipping address used in the transaction

                +
                + + + +
                +
                +

                + $shippingPhone + + + + read-only +

                + + + + + public + Phone + $shippingPhone + + + +

                an object containing minFraud data related to the shipping +phone used in the transaction

                +
                + + + +
                +
                +

                + $subscores + + + + read-only +

                + + + + + public + Subscores + $subscores + + + +

                an object containing scores for many of the individual +risk factors that are used to calculate the overall risk +score

                +
                + + + +
                +
                +

                + $warnings + + + + read-only +

                + + + + + public + array<string|int, mixed> + $warnings + + + +

                This array contains \MaxMind\MinFraud\Model\Warning objects +detailing issues with the request that was sent, such as +invalid or unknown inputs. It is highly recommended that +you check this array for issues when integrating the web +service.

                +
                + + + +
                +
                + +
                +

                + Methods + + +

                +
                +

                + __construct() + + +

                + + + + + public + __construct(array<string|int, mixed> $response[, array<string|int, mixed> $locales = ['en'] ]) : mixed + +
                +
                + +
                Parameters
                +
                +
                + $response + : array<string|int, mixed> +
                +
                + +
                +
                + $locales + : array<string|int, mixed> + = ['en']
                +
                + +
                +
                + + + + +
                +
                +

                + jsonSerialize() + + +

                + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                +
                + + + + +
                +
                Return values
                + array<string|int, mixed> +
                + +
                +
                + +
                +
                +
                +
                +
                
                +        
                + +
                +
                + + + +
                +
                +
                + +
                + On this page + + +
                + +
                +
                +
                +
                +
                +

                Search results

                + +
                +
                +
                  +
                  +
                  +
                  +
                  + + +
                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-GeoIp2Location.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-GeoIp2Location.html new file mode 100644 index 0000000..f2e34dc --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-GeoIp2Location.html @@ -0,0 +1,471 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                  +

                  minFraud PHP API v3.2.0-beta.1

                  + + + + + +
                  + +
                  +
                  + + + + +
                  +
                  + + +
                  +

                  + GeoIp2Location + + + extends Location + + +
                  + in package + +
                  + + +

                  + +
                  + + +
                  + + + +

                  Model of the GeoIP2 Location information, including the local time.

                  + + + + + + +

                  + Table of Contents + + +

                  + + + + + + + + + +

                  + Properties + + +

                  +
                  +
                  + $localTime + +  : string +
                  + +
                  + +

                  + Methods + + +

                  +
                  +
                  + __construct() + +  : mixed +
                  + +
                  + jsonSerialize() + +  : array<string|int, mixed> +
                  + +
                  + + + + + + + +
                  +

                  + Properties + + +

                  +
                  +

                  + $localTime + + + + read-only +

                  + + + + + public + string + $localTime + + + +

                  The date and time of the transaction in the time zone +associated with the IP address. The value is formatted according to +RFC 3339. For instance, the local time in Boston might be returned as +2015-04-27T19:17:24-04:00.

                  +
                  + + + +
                  +
                  + +
                  +

                  + Methods + + +

                  +
                  +

                  + __construct() + + +

                  + + + + + public + __construct(array<string|int, mixed> $record) : mixed + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $record + : array<string|int, mixed> +
                  +
                  + +
                  +
                  + + + + +
                  +
                  +

                  + jsonSerialize() + + +

                  + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                  +
                  + + + + +
                  +
                  Return values
                  + array<string|int, mixed> +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  
                  +        
                  + +
                  +
                  + + + +
                  +
                  +
                  + +
                  + On this page + + +
                  + +
                  +
                  +
                  +
                  +
                  +

                  Search results

                  + +
                  +
                  +
                    +
                    +
                    +
                    +
                    + + +
                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Insights.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Insights.html new file mode 100644 index 0000000..048a8f2 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Insights.html @@ -0,0 +1,1051 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                    +

                    minFraud PHP API v3.2.0-beta.1

                    + + + + + +
                    + +
                    +
                    + + + + +
                    +
                    + + +
                    +

                    + Insights + + +
                    + in package + +
                    + + + implements + JsonSerializable + +

                    + +
                    + + +
                    + + + +

                    Model of the Insights response.

                    + + + + + + +

                    + Table of Contents + + +

                    + + + +

                    + Interfaces + + +

                    +
                    +
                    JsonSerializable
                    + + + + + + +

                    + Properties + + +

                    +
                    +
                    + $billingAddress + +  : BillingAddress +
                    + +
                    + $billingPhone + +  : Phone +
                    + +
                    + $creditCard + +  : CreditCard +
                    + +
                    + $device + +  : Device +
                    + +
                    + $disposition + +  : Disposition +
                    + +
                    + $email + +  : Email +
                    + +
                    + $fundsRemaining + +  : float +
                    + +
                    + $id + +  : string +
                    + +
                    + $ipAddress + +  : IpAddress +
                    + +
                    + $queriesRemaining + +  : int +
                    + +
                    + $riskScore + +  : float +
                    + +
                    + $shippingAddress + +  : ShippingAddress +
                    + +
                    + $shippingPhone + +  : Phone +
                    + +
                    + $warnings + +  : array<string|int, mixed> +
                    + +
                    + +

                    + Methods + + +

                    +
                    +
                    + __construct() + +  : mixed +
                    + +
                    + jsonSerialize() + +  : array<string|int, mixed> +
                    + +
                    + + + + + + + +
                    +

                    + Properties + + +

                    +
                    +

                    + $billingAddress + + + + read-only +

                    + + + + + public + BillingAddress + $billingAddress + + + +

                    an object containing minFraud data related to the +billing address used in the transaction

                    +
                    + + + +
                    +
                    +

                    + $billingPhone + + + + read-only +

                    + + + + + public + Phone + $billingPhone + + + +

                    an object containing minFraud data related to the billing +phone used in the transaction

                    +
                    + + + +
                    +
                    +

                    + $creditCard + + + + read-only +

                    + + + + + public + CreditCard + $creditCard + + + +

                    an object containing minFraud data about the credit +card used in the transaction

                    +
                    + + + +
                    +
                    +

                    + $device + + + + read-only +

                    + + + + + public + Device + $device + + + +

                    this object contains information about the device that +MaxMind believes is associated with the IP address passed +in the request

                    +
                    + + + +
                    +
                    +

                    + $disposition + + + + read-only +

                    + + + + + public + Disposition + $disposition + + + +

                    an object containing the disposition set by custom +rules

                    +
                    + + + +
                    +
                    +

                    + $email + + + + read-only +

                    + + + + + public + Email + $email + + + +

                    this object contains information about the email address +passed in the request

                    +
                    + + + +
                    +
                    +

                    + $fundsRemaining + + + + read-only +

                    + + + + + public + float + $fundsRemaining + + + +

                    the approximate US dollar value of the funds remaining on +your MaxMind account

                    +
                    + + + +
                    +
                    +

                    + $id + + + + read-only +

                    + + + + + public + string + $id + + + +

                    This is a UUID that identifies the minFraud request. Please +use this ID in bug reports or support requests to MaxMind +so that we can easily identify a particular request.

                    +
                    + + + +
                    +
                    +

                    + $ipAddress + + + + read-only +

                    + + + + + public + IpAddress + $ipAddress + + + +

                    an object containing GeoIP2 and minFraud Insights +information about the geolocated IP address

                    +
                    + + + +
                    +
                    +

                    + $queriesRemaining + + + + read-only +

                    + + + + + public + int + $queriesRemaining + + + +

                    the approximate number of queries remaining for this service +before your account runs out of funds

                    +
                    + + + +
                    +
                    +

                    + $riskScore + + + + read-only +

                    + + + + + public + float + $riskScore + + + +

                    This property contains the risk score, from 0.01 to 99. A +higher score indicates a higher risk of fraud. For example, a +score of 20 indicates a 20% chance that a transaction is +fraudulent. We never return a risk score of 0, since all +transactions have the possibility of being fraudulent. +Likewise we never return a risk score of 100.

                    +
                    + + + +
                    +
                    +

                    + $shippingAddress + + + + read-only +

                    + + + + + public + ShippingAddress + $shippingAddress + + + +

                    an object containing minFraud data related to the +shipping address used in the transaction

                    +
                    + + + +
                    +
                    +

                    + $shippingPhone + + + + read-only +

                    + + + + + public + Phone + $shippingPhone + + + +

                    an object containing minFraud data related to the shipping +phone used in the transaction

                    +
                    + + + +
                    +
                    +

                    + $warnings + + + + read-only +

                    + + + + + public + array<string|int, mixed> + $warnings + + + +

                    This array contains \MaxMind\MinFraud\Model\Warning objects +detailing issues with the request that was sent, such as +invalid or unknown inputs. It is highly recommended that +you check this array for issues when integrating the web +service.

                    +
                    + + + +
                    +
                    + +
                    +

                    + Methods + + +

                    +
                    +

                    + __construct() + + +

                    + + + + + public + __construct(array<string|int, mixed> $response[, array<string|int, mixed> $locales = ['en'] ]) : mixed + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $response + : array<string|int, mixed> +
                    +
                    + +
                    +
                    + $locales + : array<string|int, mixed> + = ['en']
                    +
                    + +
                    +
                    + + + + +
                    +
                    +

                    + jsonSerialize() + + +

                    + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                    +
                    + + + + +
                    +
                    Return values
                    + array<string|int, mixed> +
                    + +
                    +
                    + +
                    +
                    +
                    +
                    +
                    
                    +        
                    + +
                    +
                    + + + +
                    +
                    +
                    + +
                    + On this page + + +
                    + +
                    +
                    +
                    +
                    +
                    +

                    Search results

                    + +
                    +
                    +
                      +
                      +
                      +
                      +
                      + + +
                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpAddress.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpAddress.html new file mode 100644 index 0000000..72f0353 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpAddress.html @@ -0,0 +1,969 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                      +

                      minFraud PHP API v3.2.0-beta.1

                      + + + + + +
                      + +
                      +
                      + + + + +
                      +
                      + + +
                      +

                      + IpAddress + + +
                      + in package + +
                      + + + implements + JsonSerializable + +

                      + +
                      + + +
                      + + + +

                      Model containing GeoIP2 data and the risk for the IP address.

                      + + + + + + +

                      + Table of Contents + + +

                      + + + +

                      + Interfaces + + +

                      +
                      +
                      JsonSerializable
                      + + + + + + +

                      + Properties + + +

                      +
                      +
                      + $city + +  : City +
                      + +
                      + $continent + +  : Continent +
                      + +
                      + $country + +  : Country +
                      + +
                      + $location + +  : GeoIp2Location +
                      + +
                      + $mostSpecificSubdivision + +  : Subdivision +
                      + +
                      + $postal + +  : Postal +
                      + +
                      + $registeredCountry + +  : Country +
                      + +
                      + $representedCountry + +  : RepresentedCountry +
                      + +
                      + $risk + +  : float|null +
                      + +
                      + $riskReasons + +  : array<string|int, IpRiskReason> +
                      + +
                      + $subdivisions + +  : array<string|int, mixed> +
                      + +
                      + $traits + +  : Traits +
                      + +
                      + +

                      + Methods + + +

                      +
                      +
                      + __construct() + +  : mixed +
                      + +
                      + jsonSerialize() + +  : array<string|int, mixed>|null +
                      + +
                      + + + + + + + +
                      +

                      + Properties + + +

                      +
                      +

                      + $city + + + + read-only +

                      + + + + + public + City + $city + + + +

                      city data for the requested IP address

                      +
                      + + + +
                      +
                      +

                      + $continent + + + + read-only +

                      + + + + + public + Continent + $continent + + + +

                      continent data for the requested IP address

                      +
                      + + + +
                      +
                      +

                      + $country + + + + read-only +

                      + + + + + public + Country + $country + + + +

                      Country data for the requested IP address. This object +represents the country where MaxMind believes the end +user is located.

                      +
                      + + + +
                      +
                      +

                      + $location + + + + read-only +

                      + + + + + public + GeoIp2Location + $location + + + +

                      location data for the requested IP address

                      +
                      + + + +
                      +
                      +

                      + $mostSpecificSubdivision + + + + read-only +

                      + + + + + public + Subdivision + $mostSpecificSubdivision + + + +

                      An object representing the most specific subdivision +returned. If the response did not contain any +subdivisions, this method returns an empty +\GeoIp2\Record\Subdivision object.

                      +
                      + + + +
                      +
                      +

                      + $postal + + + + read-only +

                      + + + + + public + Postal + $postal + + + +

                      postal data for the requested IP address

                      +
                      + + + +
                      +
                      +

                      + $registeredCountry + + + + read-only +

                      + + + + + public + Country + $registeredCountry + + + +

                      Registered country data for the requested IP address. +This record represents the country where the ISP has +registered a given IP block and may differ from the +user's country.

                      +
                      + + + +
                      +
                      +

                      + $representedCountry + + + + read-only +

                      + + + + + public + RepresentedCountry + $representedCountry + + + +

                      Represented country data for the requested IP +address. The represented country is used for +things like military bases. It is only present +when the represented country differs from the +country.

                      +
                      + + + +
                      +
                      +

                      + $risk + + + + read-only +

                      + + + + + public + float|null + $risk + + + +

                      This field contains the risk associated with the IP +address. The value ranges from 0.01 to 99. A higher +score indicates a higher risk.

                      +
                      + + + +
                      +
                      +

                      + $riskReasons + + + + read-only +

                      + + + + + public + array<string|int, IpRiskReason> + $riskReasons + + + +

                      This array contains +\MaxMind\MinFraud\Model\IpRiskReason objects +identifying the reasons why the IP address +received the associated risk. This will be an +empty array if there are no reasons.

                      +
                      + + + +
                      +
                      +

                      + $subdivisions + + + + read-only +

                      + + + + + public + array<string|int, mixed> + $subdivisions + + + +

                      An array of \GeoIp2\Record\Subdivision objects representing +the country subdivisions for the requested IP address. The +number and type of subdivisions varies by country, but a +subdivision is typically a state, province, county, etc. +Subdivisions are ordered from most general (largest) to most +specific (smallest). If the response did not contain any +subdivisions, this method returns an empty array.

                      +
                      + + + +
                      +
                      +

                      + $traits + + + + read-only +

                      + + + + + public + Traits + $traits + + + +

                      data for the traits of the requested IP +address

                      +
                      + + + +
                      +
                      + +
                      +

                      + Methods + + +

                      +
                      +

                      + __construct() + + +

                      + + + + + public + __construct(array<string|int, mixed>|null $response[, array<string|int, mixed> $locales = ['en'] ]) : mixed + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $response + : array<string|int, mixed>|null +
                      +
                      + +
                      +
                      + $locales + : array<string|int, mixed> + = ['en']
                      +
                      + +
                      +
                      + + + + +
                      +
                      +

                      + jsonSerialize() + + +

                      + + + + + public + jsonSerialize() : array<string|int, mixed>|null + +
                      +
                      + + + + +
                      +
                      Return values
                      + array<string|int, mixed>|null +
                      + +
                      +
                      + +
                      +
                      +
                      +
                      +
                      
                      +        
                      + +
                      +
                      + + + +
                      +
                      +
                      + +
                      + On this page + + +
                      + +
                      +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpRiskReason.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpRiskReason.html new file mode 100644 index 0000000..d2b8ebb --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-IpRiskReason.html @@ -0,0 +1,546 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                        +

                        minFraud PHP API v3.2.0-beta.1

                        + + + + + +
                        + +
                        +
                        + + + + +
                        +
                        + + +
                        +

                        + IpRiskReason + + +
                        + in package + +
                        + + + implements + JsonSerializable + +

                        + +
                        + + +
                        + + + +

                        Reason for the IP risk.

                        + +

                        This class provides both a machine-readable code and a human-readable +explanation of the reason for the IP risk score.

                        +

                        Although more codes may be added in the future, the current codes are:

                        +
                          +
                        • +ANONYMOUS_IP - The IP address belongs to an anonymous network. See +the object at ->ipAddress->traits for more details.
                        • +
                        • +BILLING_POSTAL_VELOCITY - Many different billing postal codes have +been seen on this IP address.
                        • +
                        • +EMAIL_VELOCITY - Many different email addresses have been seen on this +IP address.
                        • +
                        • +HIGH_RISK_DEVICE - A high risk device was seen on this IP address.
                        • +
                        • +HIGH_RISK_EMAIL - A high risk email address was seen on this IP +address in your past transactions.
                        • +
                        • +ISSUER_ID_NUMBER_VELOCITY - Many different issuer ID numbers have been +seen on this IP address.
                        • +
                        • +MINFRAUD_NETWORK_ACTIVITY - Suspicious activity has been seen on this +IP address across minFraud customers.
                        • +
                        +
                        + + + + + +

                        + Table of Contents + + +

                        + + + +

                        + Interfaces + + +

                        +
                        +
                        JsonSerializable
                        + + + + + + +

                        + Properties + + +

                        +
                        +
                        + $code + +  : string +
                        + +
                        + $reason + +  : string +
                        + +
                        + +

                        + Methods + + +

                        +
                        +
                        + __construct() + +  : mixed +
                        + +
                        + jsonSerialize() + +  : array<string|int, mixed> +
                        + +
                        + + + + + + + +
                        +

                        + Properties + + +

                        +
                        +

                        + $code + + + + read-only +

                        + + + + + public + string + $code + + + +

                        this value is a machine-readable code +identifying the reason

                        +
                        + + + +
                        +
                        +

                        + $reason + + + + read-only +

                        + + + + + public + string + $reason + + + +

                        This property provides a human-readable +explanation of the reason. The description may change at any time and +should not be matched against.

                        +
                        + + + +
                        +
                        + +
                        +

                        + Methods + + +

                        +
                        +

                        + __construct() + + +

                        + + + + + public + __construct(array<string|int, mixed> $response) : mixed + +
                        +
                        + +
                        Parameters
                        +
                        +
                        + $response + : array<string|int, mixed> +
                        +
                        + +
                        +
                        + + + + +
                        +
                        +

                        + jsonSerialize() + + +

                        + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                        +
                        + + + + +
                        +
                        Return values
                        + array<string|int, mixed> +
                        + +
                        +
                        + +
                        +
                        +
                        +
                        +
                        
                        +        
                        + +
                        +
                        + + + +
                        +
                        +
                        + +
                        + On this page + + +
                        + +
                        +
                        +
                        +
                        +
                        +

                        Search results

                        + +
                        +
                        +
                          +
                          +
                          +
                          +
                          + + +
                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Issuer.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Issuer.html new file mode 100644 index 0000000..7ec1e18 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Issuer.html @@ -0,0 +1,610 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                          +

                          minFraud PHP API v3.2.0-beta.1

                          + + + + + +
                          + +
                          +
                          + + + + +
                          +
                          + + +
                          +

                          + Issuer + + +
                          + in package + +
                          + + + implements + JsonSerializable + +

                          + +
                          + + +
                          + + + +

                          Model containing information about the card issuer.

                          + + + + + + +

                          + Table of Contents + + +

                          + + + +

                          + Interfaces + + +

                          +
                          +
                          JsonSerializable
                          + + + + + + +

                          + Properties + + +

                          +
                          +
                          + $matchesProvidedName + +  : bool|null +
                          + +
                          + $matchesProvidedPhoneNumber + +  : bool|null +
                          + +
                          + $name + +  : string|null +
                          + +
                          + $phoneNumber + +  : string|null +
                          + +
                          + +

                          + Methods + + +

                          +
                          +
                          + __construct() + +  : mixed +
                          + +
                          + jsonSerialize() + +  : array<string|int, mixed> +
                          + +
                          + + + + + + + +
                          +

                          + Properties + + +

                          +
                          +

                          + $matchesProvidedName + + + + read-only +

                          + + + + + public + bool|null + $matchesProvidedName + + + +

                          This property is true if the name +matches the name provided in the request for the card issuer. It is false +if the name does not match. The property is null if either no name or issuer +ID number (IIN) was provided in the request or if MaxMind does not have a +name associated with the IIN.

                          +
                          + + + +
                          +
                          +

                          + $matchesProvidedPhoneNumber + + + + read-only +

                          + + + + + public + bool|null + $matchesProvidedPhoneNumber + + + +

                          This property is true if +the phone number matches the number provided in the request for the card +issuer. It is false if the number does not match. It is null if either no +phone number was provided or issuer ID number (IIN) was provided in the +request or if MaxMind does not have a phone number associated with the IIN.

                          +
                          + + + +
                          +
                          +

                          + $name + + + + read-only +

                          + + + + + public + string|null + $name + + + +

                          the name of the bank which issued the credit card

                          +
                          + + + +
                          +
                          +

                          + $phoneNumber + + + + read-only +

                          + + + + + public + string|null + $phoneNumber + + + +

                          The phone number of the bank which issued +the credit card. In some cases the phone number we return may be out of date.

                          +
                          + + + +
                          +
                          + +
                          +

                          + Methods + + +

                          +
                          +

                          + __construct() + + +

                          + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $response + : array<string|int, mixed>|null +
                          +
                          + +
                          +
                          + + + + +
                          +
                          +

                          + jsonSerialize() + + +

                          + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                          +
                          + + + + +
                          +
                          Return values
                          + array<string|int, mixed> +
                          + +
                          +
                          + +
                          +
                          +
                          +
                          +
                          
                          +        
                          + +
                          +
                          + + + +
                          +
                          +
                          + +
                          + On this page + + +
                          + +
                          +
                          +
                          +
                          +
                          +

                          Search results

                          + +
                          +
                          +
                            +
                            +
                            +
                            +
                            + + +
                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Phone.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Phone.html new file mode 100644 index 0000000..94389b0 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Phone.html @@ -0,0 +1,610 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                            +

                            minFraud PHP API v3.2.0-beta.1

                            + + + + + +
                            + +
                            +
                            + + + + +
                            +
                            + + +
                            +

                            + Phone + + +
                            + in package + +
                            + + + implements + JsonSerializable + +

                            + +
                            + + +
                            + + + +

                            Model containing information about the billing or shipping phone number.

                            + + + + + + +

                            + Table of Contents + + +

                            + + + +

                            + Interfaces + + +

                            +
                            +
                            JsonSerializable
                            + + + + + + +

                            + Properties + + +

                            +
                            +
                            + $country + +  : string|null +
                            + +
                            + $isVoip + +  : bool|null +
                            + +
                            + $networkOperator + +  : string|null +
                            + +
                            + $numberType + +  : string|null +
                            + +
                            + +

                            + Methods + + +

                            +
                            +
                            + __construct() + +  : mixed +
                            + +
                            + jsonSerialize() + +  : array<string|int, mixed> +
                            + +
                            + + + + + + + +
                            +

                            + Properties + + +

                            +
                            +

                            + $country + + + + read-only +

                            + + + + + public + string|null + $country + + + +

                            the two-character ISO 3166-1 country code for the +country associated with the phone number

                            +
                            + + + +
                            +
                            +

                            + $isVoip + + + + read-only +

                            + + + + + public + bool|null + $isVoip + + + +

                            This is true if the phone number is a Voice over +Internet Protocol (VoIP) number allocated by a regulator. +It is false if the phone number is not a VoIP number +allocated by a regulator. It is null if a valid number +was not provided or if we do not have data for the number.

                            +
                            + + + +
                            +
                            +

                            + $networkOperator + + + + read-only +

                            + + + + + public + string|null + $networkOperator + + + +

                            The name of the original network operator associated with +the phone number. This property does not reflect phone numbers +that have been ported from the original operator to another, +nor does it identify mobile virtual network operators.

                            +
                            + + + +
                            +
                            +

                            + $numberType + + + + read-only +

                            + + + + + public + string|null + $numberType + + + +

                            One of the following values: fixed or mobile. Additional +values may be added in the future.

                            +
                            + + + +
                            +
                            + +
                            +

                            + Methods + + +

                            +
                            +

                            + __construct() + + +

                            + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $response + : array<string|int, mixed>|null +
                            +
                            + +
                            +
                            + + + + +
                            +
                            +

                            + jsonSerialize() + + +

                            + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                            +
                            + + + + +
                            +
                            Return values
                            + array<string|int, mixed> +
                            + +
                            +
                            + +
                            +
                            +
                            +
                            +
                            
                            +        
                            + +
                            +
                            + + + +
                            +
                            +
                            + +
                            + On this page + + +
                            + +
                            +
                            +
                            +
                            +
                            +

                            Search results

                            + +
                            +
                            +
                              +
                              +
                              +
                              +
                              + + +
                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Reason.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Reason.html new file mode 100644 index 0000000..b188852 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Reason.html @@ -0,0 +1,601 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                              +

                              minFraud PHP API v3.2.0-beta.1

                              + + + + + +
                              + +
                              +
                              + + + + +
                              +
                              + + +
                              +

                              + Reason + + +
                              + in package + +
                              + + + implements + JsonSerializable + +

                              + +
                              + + +
                              + + + +

                              The risk score reason for the multiplier.

                              + +

                              This class provides both a machine-readable code and a human-readable +explanation of the reason for the risk score, see +.

                              +

                              Although more codes may be added in the future, the current codes are:

                              +
                                +
                              • +BROWSER_LANGUAGE - Riskiness of the browser user-agent and language associated with the request.
                              • +
                              • +BUSINESS_ACTIVITY - Riskiness of business activity associated with the request.
                              • +
                              • +COUNTRY - Riskiness of the country associated with the request.
                              • +
                              • +CUSTOMER_ID - Riskiness of a customer's activity.
                              • +
                              • +EMAIL_DOMAIN - Riskiness of email domain.
                              • +
                              • +EMAIL_DOMAIN_NEW - Riskiness of newly-sighted email domain.
                              • +
                              • +EMAIL_ADDRESS_NEW - Riskiness of newly-sighted email address.
                              • +
                              • +EMAIL_LOCAL_PART - Riskiness of the local part of the email address.
                              • +
                              • +EMAIL_VELOCITY - Velocity on email - many requests on same email over short period of time.
                              • +
                              • +ISSUER_ID_NUMBER_COUNTRY_MISMATCH - Riskiness of the country mismatch between IP, billing, +shipping and IIN country.
                              • +
                              • +ISSUER_ID_NUMBER_ON_SHOP_ID - Risk of Issuer ID Number for the shop ID.
                              • +
                              • +ISSUER_ID_NUMBER_LAST_DIGITS_ACTIVITY - Riskiness of many recent requests and previous +high-risk requests on the IIN and last digits of the credit card.
                              • +
                              • +ISSUER_ID_NUMBER_SHOP_ID_VELOCITY - Risk of recent Issuer ID Number activity for the shop ID.
                              • +
                              • +INTRACOUNTRY_DISTANCE - Risk of distance between IP, billing, and shipping location.
                              • +
                              • +ANONYMOUS_IP - Risk due to IP being an Anonymous IP.
                              • +
                              • +IP_BILLING_POSTAL_VELOCITY - Velocity of distinct billing postal code on IP address.
                              • +
                              • +IP_EMAIL_VELOCITY - Velocity of distinct email address on IP address.
                              • +
                              • +IP_HIGH_RISK_DEVICE - High-risk device sighted on IP address.
                              • +
                              • +IP_ISSUER_ID_NUMBER_VELOCITY - Velocity of distinct IIN on IP address.
                              • +
                              • +IP_ACTIVITY - Riskiness of IP based on minFraud network activity.
                              • +
                              • +LANGUAGE - Riskiness of browser language.
                              • +
                              • +MAX_RECENT_EMAIL - Riskiness of email address based on past minFraud risk scores on email.
                              • +
                              • +MAX_RECENT_PHONE - Riskiness of phone number based on past minFraud risk scores on phone.
                              • +
                              • +MAX_RECENT_SHIP - Riskiness of email address based on past minFraud risk scores on ship address.
                              • +
                              • +MULTIPLE_CUSTOMER_ID_ON_EMAIL - Riskiness of email address having many customer IDs.
                              • +
                              • +ORDER_AMOUNT - Riskiness of the order amount.
                              • +
                              • +ORG_DISTANCE_RISK - Risk of ISP and distance between billing address and IP location.
                              • +
                              • +PHONE - Riskiness of the phone number or related numbers.
                              • +
                              • +CART - Riskiness of shopping cart contents.
                              • +
                              • +TIME_OF_DAY - Risk due to local time of day.
                              • +
                              • +TRANSACTION_REPORT_EMAIL - Risk due to transaction reports on the email address.
                              • +
                              • +TRANSACTION_REPORT_IP - Risk due to transaction reports on the IP address.
                              • +
                              • +TRANSACTION_REPORT_PHONE - Risk due to transaction reports on the phone number.
                              • +
                              • +TRANSACTION_REPORT_SHIP - Risk due to transaction reports on the shipping address.
                              • +
                              • +EMAIL_ACTIVITY - Riskiness of the email address based on minFraud network activity.
                              • +
                              • +PHONE_ACTIVITY - Riskiness of the phone number based on minFraud network activity.
                              • +
                              • +SHIP_ACTIVITY - Riskiness of ship address based on minFraud network activity.
                              • +
                              +
                              + + + + + +

                              + Table of Contents + + +

                              + + + +

                              + Interfaces + + +

                              +
                              +
                              JsonSerializable
                              + + + + + + +

                              + Properties + + +

                              +
                              +
                              + $code + +  : string +
                              + +
                              + $reason + +  : string +
                              + +
                              + +

                              + Methods + + +

                              +
                              +
                              + __construct() + +  : mixed +
                              + +
                              + jsonSerialize() + +  : array<string|int, mixed> +
                              + +
                              + + + + + + + +
                              +

                              + Properties + + +

                              +
                              +

                              + $code + + + + read-only +

                              + + + + + public + string + $code + + + +

                              This value is a machine-readable code identifying the reason

                              +
                              + + + +
                              +
                              +

                              + $reason + + + + read-only +

                              + + + + + public + string + $reason + + + +

                              This value provides a human-readable explanation of the reason. The description +may change at any time and should not be matched against.

                              +
                              + + + +
                              +
                              + +
                              +

                              + Methods + + +

                              +
                              +

                              + __construct() + + +

                              + + + + + public + __construct(array<string|int, mixed> $response) : mixed + +
                              +
                              + +
                              Parameters
                              +
                              +
                              + $response + : array<string|int, mixed> +
                              +
                              + +
                              +
                              + + + + +
                              +
                              +

                              + jsonSerialize() + + +

                              + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                              +
                              + + + + +
                              +
                              Return values
                              + array<string|int, mixed> +
                              + +
                              +
                              + +
                              +
                              +
                              +
                              +
                              
                              +        
                              + +
                              +
                              + + + +
                              +
                              +
                              + +
                              + On this page + + +
                              + +
                              +
                              +
                              +
                              +
                              +

                              Search results

                              + +
                              +
                              +
                                +
                                +
                                +
                                +
                                + + +
                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-RiskScoreReason.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-RiskScoreReason.html new file mode 100644 index 0000000..7d42e45 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-RiskScoreReason.html @@ -0,0 +1,521 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                +

                                minFraud PHP API v3.2.0-beta.1

                                + + + + + +
                                + +
                                +
                                + + + + +
                                +
                                + + +
                                +

                                + RiskScoreReason + + +
                                + in package + +
                                + + + implements + JsonSerializable + +

                                + +
                                + + +
                                + + + +

                                The risk score multiplier and the reasons for that multiplier.

                                + + + + + + +

                                + Table of Contents + + +

                                + + + +

                                + Interfaces + + +

                                +
                                +
                                JsonSerializable
                                + + + + + + +

                                + Properties + + +

                                +
                                +
                                + $multiplier + +  : float|null +
                                + +
                                + $reasons + +  : array<string|int, Reason> +
                                + +
                                + +

                                + Methods + + +

                                +
                                +
                                + __construct() + +  : mixed +
                                + +
                                + jsonSerialize() + +  : array<string|int, mixed>|null +
                                + +
                                + + + + + + + +
                                +

                                + Properties + + +

                                +
                                +

                                + $multiplier + + + + read-only +

                                + + + + + public + float|null + $multiplier + + + +

                                The factor by which the risk score is increased (if the value is greater than 1) +or decreased (if the value is less than 1) for given risk reason(s). +Multipliers greater than 1.5 and less than 0.66 are considered significant +and lead to risk reason(s) being present.

                                +
                                + + + +
                                +
                                +

                                + $reasons + + + + read-only +

                                + + + + + public + array<string|int, Reason> + $reasons + + + +

                                This array contains \MaxMind\MinFraud\Model\Reason objects that describe +one of the reasons for the multiplier

                                +
                                + + + +
                                +
                                + +
                                +

                                + Methods + + +

                                +
                                +

                                + __construct() + + +

                                + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $response + : array<string|int, mixed>|null +
                                +
                                + +
                                +
                                + + + + +
                                +
                                +

                                + jsonSerialize() + + +

                                + + + + + public + jsonSerialize() : array<string|int, mixed>|null + +
                                +
                                + + + + +
                                +
                                Return values
                                + array<string|int, mixed>|null +
                                + +
                                +
                                + +
                                +
                                +
                                +
                                +
                                
                                +        
                                + +
                                +
                                + + + +
                                +
                                +
                                + +
                                + On this page + + +
                                + +
                                +
                                +
                                +
                                +
                                +

                                Search results

                                + +
                                +
                                +
                                  +
                                  +
                                  +
                                  +
                                  + + +
                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Score.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Score.html new file mode 100644 index 0000000..1631ec1 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Score.html @@ -0,0 +1,740 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                  +

                                  minFraud PHP API v3.2.0-beta.1

                                  + + + + + +
                                  + +
                                  +
                                  + + + + +
                                  +
                                  + + +
                                  +

                                  + Score + + +
                                  + in package + +
                                  + + + implements + JsonSerializable + +

                                  + +
                                  + + +
                                  + + + +

                                  Model of the Score response.

                                  + + + + + + +

                                  + Table of Contents + + +

                                  + + + +

                                  + Interfaces + + +

                                  +
                                  +
                                  JsonSerializable
                                  + + + + + + +

                                  + Properties + + +

                                  +
                                  +
                                  + $disposition + +  : Disposition +
                                  + +
                                  + $fundsRemaining + +  : float +
                                  + +
                                  + $id + +  : string +
                                  + +
                                  + $ipAddress + +  : ScoreIpAddress +
                                  + +
                                  + $queriesRemaining + +  : int +
                                  + +
                                  + $riskScore + +  : float +
                                  + +
                                  + $warnings + +  : array<string|int, mixed> +
                                  + +
                                  + +

                                  + Methods + + +

                                  +
                                  +
                                  + __construct() + +  : mixed +
                                  + +
                                  + jsonSerialize() + +  : array<string|int, mixed> +
                                  + +
                                  + + + + + + + +
                                  +

                                  + Properties + + +

                                  +
                                  +

                                  + $disposition + + + + read-only +

                                  + + + + + public + Disposition + $disposition + + + +

                                  an object containing the disposition set by custom +rules

                                  +
                                  + + + +
                                  +
                                  +

                                  + $fundsRemaining + + + + read-only +

                                  + + + + + public + float + $fundsRemaining + + + +

                                  the approximate US dollar value of the funds remaining on +your MaxMind account

                                  +
                                  + + + +
                                  +
                                  +

                                  + $id + + + + read-only +

                                  + + + + + public + string + $id + + + +

                                  This is a UUID that identifies the minFraud request. Please +use this ID in bug reports or support requests to MaxMind +so that we can easily identify a particular request.

                                  +
                                  + + + +
                                  +
                                  +

                                  + $ipAddress + + + + read-only +

                                  + + + + + public + ScoreIpAddress + $ipAddress + + + +

                                  an object containing the IP risk for the transaction

                                  +
                                  + + + +
                                  +
                                  +

                                  + $queriesRemaining + + + + read-only +

                                  + + + + + public + int + $queriesRemaining + + + +

                                  the approximate number of queries remaining for this service +before your account runs out of funds

                                  +
                                  + + + +
                                  +
                                  +

                                  + $riskScore + + + + read-only +

                                  + + + + + public + float + $riskScore + + + +

                                  This property contains the risk score, from 0.01 to 99. A +higher score indicates a higher risk of fraud. For example, +a score of 20 indicates a 20% chance that a transaction is +fraudulent. We never return a risk score of 0, since all +transactions have the possibility of being fraudulent. +Likewise we never return a risk score of 100.

                                  +
                                  + + + +
                                  +
                                  +

                                  + $warnings + + + + read-only +

                                  + + + + + public + array<string|int, mixed> + $warnings + + + +

                                  This array contains \MaxMind\MinFraud\Model\Warning objects +detailing issues with the request that was sent, such as +invalid or unknown inputs. It is highly recommended that you +check this array for issues when integrating the web service.

                                  +
                                  + + + +
                                  +
                                  + +
                                  +

                                  + Methods + + +

                                  +
                                  +

                                  + __construct() + + +

                                  + + + + + public + __construct(array<string|int, mixed> $response) : mixed + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $response + : array<string|int, mixed> +
                                  +
                                  + +
                                  +
                                  + + + + +
                                  +
                                  +

                                  + jsonSerialize() + + +

                                  + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                                  +
                                  + + + + +
                                  +
                                  Return values
                                  + array<string|int, mixed> +
                                  + +
                                  +
                                  + +
                                  +
                                  +
                                  +
                                  +
                                  
                                  +        
                                  + +
                                  +
                                  + + + +
                                  +
                                  +
                                  + +
                                  + On this page + + +
                                  + +
                                  +
                                  +
                                  +
                                  +
                                  +

                                  Search results

                                  + +
                                  +
                                  +
                                    +
                                    +
                                    +
                                    +
                                    + + +
                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ScoreIpAddress.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ScoreIpAddress.html new file mode 100644 index 0000000..e53909e --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ScoreIpAddress.html @@ -0,0 +1,477 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                    +

                                    minFraud PHP API v3.2.0-beta.1

                                    + + + + + +
                                    + +
                                    +
                                    + + + + +
                                    +
                                    + + +
                                    +

                                    + ScoreIpAddress + + +
                                    + in package + +
                                    + + + implements + JsonSerializable + +

                                    + +
                                    + + +
                                    + + + +

                                    Model containing the IP address's risk for the Score response.

                                    + + + + + + +

                                    + Table of Contents + + +

                                    + + + +

                                    + Interfaces + + +

                                    +
                                    +
                                    JsonSerializable
                                    + + + + + + +

                                    + Properties + + +

                                    +
                                    +
                                    + $risk + +  : float|null +
                                    + +
                                    + +

                                    + Methods + + +

                                    +
                                    +
                                    + __construct() + +  : mixed +
                                    + +
                                    + jsonSerialize() + +  : array<string|int, mixed> +
                                    + +
                                    + + + + + + + +
                                    +

                                    + Properties + + +

                                    +
                                    +

                                    + $risk + + + + read-only +

                                    + + + + + public + float|null + $risk + + + +

                                    This field contains the risk associated with the IP +address. The value ranges from 0.01 to 99. A higher score indicates a +higher risk.

                                    +
                                    + + + +
                                    +
                                    + +
                                    +

                                    + Methods + + +

                                    +
                                    +

                                    + __construct() + + +

                                    + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $response + : array<string|int, mixed>|null +
                                    +
                                    + +
                                    +
                                    + + + + +
                                    +
                                    +

                                    + jsonSerialize() + + +

                                    + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                                    +
                                    + + + + +
                                    +
                                    Return values
                                    + array<string|int, mixed> +
                                    + +
                                    +
                                    + +
                                    +
                                    +
                                    +
                                    +
                                    
                                    +        
                                    + +
                                    +
                                    + + + +
                                    +
                                    +
                                    + +
                                    + On this page + + +
                                    + +
                                    +
                                    +
                                    +
                                    +
                                    +

                                    Search results

                                    + +
                                    +
                                    +
                                      +
                                      +
                                      +
                                      +
                                      + + +
                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ShippingAddress.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ShippingAddress.html new file mode 100644 index 0000000..2f87a03 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-ShippingAddress.html @@ -0,0 +1,731 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                      +

                                      minFraud PHP API v3.2.0-beta.1

                                      + + + + + +
                                      + +
                                      +
                                      + + + + +
                                      +
                                      + + +
                                      +

                                      + ShippingAddress + + + extends Address + + +
                                      + in package + +
                                      + + +

                                      + +
                                      + + +
                                      + + + +

                                      Model containing properties of the shipping address.

                                      + + + + + + +

                                      + Table of Contents + + +

                                      + + + + + + + + + +

                                      + Properties + + +

                                      +
                                      +
                                      + $distanceToBillingAddress + +  : int|null +
                                      + +
                                      + $distanceToIpLocation + +  : int|null +
                                      + +
                                      + $isHighRisk + +  : bool|null +
                                      + +
                                      + $isInIpCountry + +  : bool|null +
                                      + +
                                      + $isPostalInCity + +  : bool|null +
                                      + +
                                      + $latitude + +  : float|null +
                                      + +
                                      + $longitude + +  : float|null +
                                      + +
                                      + +

                                      + Methods + + +

                                      +
                                      +
                                      + __construct() + +  : mixed +
                                      + +
                                      + jsonSerialize() + +  : array<string|int, mixed> +
                                      + +
                                      + + + + + + + +
                                      +

                                      + Properties + + +

                                      +
                                      +

                                      + $distanceToBillingAddress + + + + read-only +

                                      + + + + + public + int|null + $distanceToBillingAddress + + + +

                                      the distance in kilometers +from the shipping address to billing address

                                      +
                                      + + + +
                                      +
                                      +

                                      + $distanceToIpLocation + + + + read-only +

                                      + + + + + public + int|null + $distanceToIpLocation + + + +

                                      the distance in kilometers from +the address to the IP location

                                      +
                                      + + + +
                                      +
                                      +

                                      + $isHighRisk + + + + read-only +

                                      + + + + + public + bool|null + $isHighRisk + + + +

                                      This property is true if the shipping +address is an address associated with fraudulent transactions. The property +is false when the address is not associated with increased risk. The +property will be null when a shipping address is not provided.

                                      +
                                      + + + +
                                      +
                                      +

                                      + $isInIpCountry + + + + read-only +

                                      + + + + + public + bool|null + $isInIpCountry + + + +

                                      This property is true if the address is in the IP +country. The property is false when the address is not in the IP +country. If the address could not be parsed or was not provided or if +the IP address could not be geolocated, the property will be null.

                                      +
                                      + + + +
                                      +
                                      +

                                      + $isPostalInCity + + + + read-only +

                                      + + + + + public + bool|null + $isPostalInCity + + + +

                                      This property is true if the postal code provided with +the address is in the city for the address. The property is false when +the postal code is not in the city. If the address was not provided or +could not be parsed, the property will be null.

                                      +
                                      + + + +
                                      +
                                      +

                                      + $latitude + + + + read-only +

                                      + + + + + public + float|null + $latitude + + + +

                                      the latitude associated with the address

                                      +
                                      + + + +
                                      +
                                      +

                                      + $longitude + + + + read-only +

                                      + + + + + public + float|null + $longitude + + + +

                                      the longitude associated with the address

                                      +
                                      + + + +
                                      +
                                      + +
                                      +

                                      + Methods + + +

                                      +
                                      +

                                      + __construct() + + +

                                      + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                                      +
                                      + +
                                      Parameters
                                      +
                                      +
                                      + $response + : array<string|int, mixed>|null +
                                      +
                                      + +
                                      +
                                      + + + + +
                                      +
                                      +

                                      + jsonSerialize() + + +

                                      + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                                      +
                                      + + + + +
                                      +
                                      Return values
                                      + array<string|int, mixed> +
                                      + +
                                      +
                                      + +
                                      +
                                      +
                                      +
                                      +
                                      
                                      +        
                                      + +
                                      +
                                      + + + +
                                      +
                                      +
                                      + +
                                      + On this page + + +
                                      + +
                                      +
                                      +
                                      +
                                      +
                                      +

                                      Search results

                                      + +
                                      +
                                      +
                                        +
                                        +
                                        +
                                        +
                                        + + +
                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Subscores.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Subscores.html new file mode 100644 index 0000000..f242d22 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Subscores.html @@ -0,0 +1,1221 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                        +

                                        minFraud PHP API v3.2.0-beta.1

                                        + + + + + +
                                        + +
                                        +
                                        + + + + +
                                        +
                                        + + +
                                        +

                                        + Subscores + + +
                                        + in package + +
                                        + + + implements + JsonSerializable + +

                                        + +
                                        + + +
                                        + + + +

                                        The scores for risk factors that are used in calculating the riskScore.

                                        + + + + + + +

                                        + Table of Contents + + +

                                        + + + +

                                        + Interfaces + + +

                                        +
                                        +
                                        JsonSerializable
                                        + + + + + + +

                                        + Properties + + +

                                        +
                                        +
                                        + $avsResult + +  : float|null +
                                        + +
                                        + $billingAddress + +  : float|null +
                                        + +
                                        + $billingAddressDistanceToIpLocation + +  : float|null +
                                        + +
                                        + $browser + +  : float|null +
                                        + +
                                        + $chargeback + +  : float|null +
                                        + +
                                        + $country + +  : float|null +
                                        + +
                                        + $countryMismatch + +  : float|null +
                                        + +
                                        + $cvvResult + +  : float|null +
                                        + +
                                        + $device + +  : float|null +
                                        + +
                                        + $emailAddress + +  : float|null +
                                        + +
                                        + $emailDomain + +  : float|null +
                                        + +
                                        + $emailLocalPart + +  : float|null +
                                        + +
                                        + $issuerIdNumber + +  : float|null +
                                        + +
                                        + $orderAmount + +  : float|null +
                                        + +
                                        + $phoneNumber + +  : float|null +
                                        + +
                                        + $shippingAddress + +  : float|null +
                                        + +
                                        + $shippingAddressDistanceToIpLocation + +  : float|null +
                                        + +
                                        + $timeOfDay + +  : float|null +
                                        + +
                                        + +

                                        + Methods + + +

                                        +
                                        +
                                        + __construct() + +  : mixed +
                                        + +
                                        + jsonSerialize() + +  : array<string|int, mixed> +
                                        + +
                                        + + + + + + + +
                                        +

                                        + Properties + + +

                                        +
                                        +

                                        + $avsResult + + + + read-only +

                                        + + + + + public + float|null + $avsResult + + + +

                                        The risk associated with the AVS result. If +present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $billingAddress + + + + read-only +

                                        + + + + + public + float|null + $billingAddress + + + +

                                        The risk associated with the billing +address. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $billingAddressDistanceToIpLocation + + + + read-only +

                                        + + + + + public + float|null + $billingAddressDistanceToIpLocation + + + +

                                        The risk +associated with the distance between the billing address and the +location for the given IP address. If present, this is a value in the +range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $browser + + + + read-only +

                                        + + + + + public + float|null + $browser + + + +

                                        The risk associated with the browser +attributes such as the User-Agent and Accept-Language. If present, this is +a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $chargeback + + + + read-only +

                                        + + + + + public + float|null + $chargeback + + + +

                                        Individualized risk of chargeback for the +given IP address given for your account and any shop ID passed. This is +only available to users sending chargeback data to MaxMind. If present, +this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $country + + + + read-only +

                                        + + + + + public + float|null + $country + + + +

                                        The risk associated with the country the +transaction originated from. If present, this is a value in the range 0.01 +to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $countryMismatch + + + + read-only +

                                        + + + + + public + float|null + $countryMismatch + + + +

                                        The risk associated with the +combination of IP country, card issuer country, billing country, and +shipping country. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $cvvResult + + + + read-only +

                                        + + + + + public + float|null + $cvvResult + + + +

                                        The risk associated with the CVV result. If +present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $device + + + + read-only +

                                        + + + + + public + float|null + $device + + + +

                                        The risk associated with the device. If +present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $emailAddress + + + + read-only +

                                        + + + + + public + float|null + $emailAddress + + + +

                                        The risk associated with the particular +email address. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $emailDomain + + + + read-only +

                                        + + + + + public + float|null + $emailDomain + + + +

                                        The general risk associated with the +email domain. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $emailLocalPart + + + + read-only +

                                        + + + + + public + float|null + $emailLocalPart + + + +

                                        The risk associated with the email +address local part (the part of the email address before the @ symbol). If +present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $issuerIdNumber + + + + read-only +

                                        + + + + + public + float|null + $issuerIdNumber + + + +

                                        The risk associated with the +particular issuer ID number (IIN) given the billing location and the +history of usage of the IIN on your account and shop ID. If present, this +is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $orderAmount + + + + read-only +

                                        + + + + + public + float|null + $orderAmount + + + +

                                        The risk associated with the particular +order amount for your account and shop ID. If present, this is a value in +the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $phoneNumber + + + + read-only +

                                        + + + + + public + float|null + $phoneNumber + + + +

                                        The risk associated with the particular +phone number. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $shippingAddress + + + + read-only +

                                        + + + + + public + float|null + $shippingAddress + + + +

                                        The risk associated with the +shipping address. If present, this is a value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $shippingAddressDistanceToIpLocation + + + + read-only +

                                        + + + + + public + float|null + $shippingAddressDistanceToIpLocation + + + +

                                        The risk +associated with the distance between the shipping address and the IP +location for the given IP address. If present, this is a value in the +range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        +

                                        + $timeOfDay + + + + read-only +

                                        + + + + + public + float|null + $timeOfDay + + + +

                                        The risk associated with the local time of +day of the transaction in the IP address location. If present, this is a +value in the range 0.01 to 99.

                                        +
                                        + + + +
                                        +
                                        + +
                                        +

                                        + Methods + + +

                                        +
                                        +

                                        + __construct() + + +

                                        + + + + + public + __construct(array<string|int, mixed>|null $response) : mixed + +
                                        +
                                        + +
                                        Parameters
                                        +
                                        +
                                        + $response + : array<string|int, mixed>|null +
                                        +
                                        + +
                                        +
                                        + + + + +
                                        +
                                        +

                                        + jsonSerialize() + + +

                                        + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                                        +
                                        + + + + +
                                        +
                                        Return values
                                        + array<string|int, mixed> +
                                        + +
                                        +
                                        + +
                                        +
                                        +
                                        +
                                        +
                                        
                                        +        
                                        + +
                                        +
                                        + + + +
                                        +
                                        +
                                        + +
                                        + On this page + + +
                                        + +
                                        +
                                        +
                                        +
                                        +
                                        +

                                        Search results

                                        + +
                                        +
                                        +
                                          +
                                          +
                                          +
                                          +
                                          + + +
                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Warning.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Warning.html new file mode 100644 index 0000000..49c3d57 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-Model-Warning.html @@ -0,0 +1,602 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                          +

                                          minFraud PHP API v3.2.0-beta.1

                                          + + + + + +
                                          + +
                                          +
                                          + + + + +
                                          +
                                          + + +
                                          +

                                          + Warning + + +
                                          + in package + +
                                          + + + implements + JsonSerializable + +

                                          + +
                                          + + +
                                          + + + +

                                          Warning about the minFraud request.

                                          + +

                                          Although more codes may be added in the future, the current warning codes +are:

                                          +
                                            +
                                          • +BILLING_CITY_NOT_FOUND - the billing city could not be found in our +database.
                                          • +
                                          • +BILLING_COUNTRY_MISSING - billing address information was provided +without providing a billing country.
                                          • +
                                          • +BILLING_COUNTRY_NOT_FOUND - the billing country could not be found in +our database.
                                          • +
                                          • +BILLING_POSTAL_NOT_FOUND - the billing postal could not be found in our +database.
                                          • +
                                          • +INPUT_INVALID - the value associated with the key does not meet the +required constraints, e.g., "United States" in a field that requires a +two-letter country code.
                                          • +
                                          • +INPUT_UNKNOWN - an unknown key was encountered in the request body.
                                          • +
                                          • +IP_ADDRESS_NOT_FOUND - the IP address could not be geolocated.
                                          • +
                                          • +SHIPPING_CITY_NOT_FOUND - the shipping city could not be found in our +database.
                                          • +
                                          • +SHIPPING_COUNTRY_MISSING - shipping address information was provided +without providing a shipping country.
                                          • +
                                          • +SHIPPING_COUNTRY_NOT_FOUND - the shipping country could not be found in +our database.
                                          • +
                                          • +SHIPPING_POSTAL_NOT_FOUND - the shipping postal could not be found in +our database.
                                          • +
                                          +
                                          + + + + + +

                                          + Table of Contents + + +

                                          + + + +

                                          + Interfaces + + +

                                          +
                                          +
                                          JsonSerializable
                                          + + + + + + +

                                          + Properties + + +

                                          +
                                          +
                                          + $code + +  : string +
                                          + +
                                          + $inputPointer + +  : string|null +
                                          + +
                                          + $warning + +  : string +
                                          + +
                                          + +

                                          + Methods + + +

                                          +
                                          +
                                          + __construct() + +  : mixed +
                                          + +
                                          + jsonSerialize() + +  : array<string|int, mixed> +
                                          + +
                                          + + + + + + + +
                                          +

                                          + Properties + + +

                                          +
                                          +

                                          + $code + + + + read-only +

                                          + + + + + public + string + $code + + + +

                                          this value is a machine-readable code identifying the +warning

                                          +
                                          + + + +
                                          +
                                          +

                                          + $inputPointer + + + + read-only +

                                          + + + + + public + string|null + $inputPointer + + + +

                                          A JSON Pointer to the input field +that the warning is associated with. For instance, if the warning was about +the billing city, this would be /billing/city. If it was for the price in +the second shopping cart item, it would be /shopping_cart/1/price.

                                          +
                                          + + + +
                                          +
                                          +

                                          + $warning + + + + read-only +

                                          + + + + + public + string + $warning + + + +

                                          This property provides a human-readable +explanation of the warning. The description may change at any time and +should not be matched against.

                                          +
                                          + + + +
                                          +
                                          + +
                                          +

                                          + Methods + + +

                                          +
                                          +

                                          + __construct() + + +

                                          + + + + + public + __construct(array<string|int, mixed> $response) : mixed + +
                                          +
                                          + +
                                          Parameters
                                          +
                                          +
                                          + $response + : array<string|int, mixed> +
                                          +
                                          + +
                                          +
                                          + + + + +
                                          +
                                          +

                                          + jsonSerialize() + + +

                                          + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                                          +
                                          + + + + +
                                          +
                                          Return values
                                          + array<string|int, mixed> +
                                          + +
                                          +
                                          + +
                                          +
                                          +
                                          +
                                          +
                                          
                                          +        
                                          + +
                                          +
                                          + + + +
                                          +
                                          +
                                          + +
                                          + On this page + + +
                                          + +
                                          +
                                          +
                                          +
                                          +
                                          +

                                          Search results

                                          + +
                                          +
                                          +
                                            +
                                            +
                                            +
                                            +
                                            + + +
                                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ReportTransaction.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ReportTransaction.html new file mode 100644 index 0000000..aca3b9d --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ReportTransaction.html @@ -0,0 +1,670 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                            +

                                            minFraud PHP API v3.2.0-beta.1

                                            + + + + + +
                                            + +
                                            +
                                            + + + + +
                                            +
                                            + + +
                                            +

                                            + ReportTransaction + + + extends ServiceClient + + +
                                            + in package + +
                                            + + +

                                            + +
                                            + + +
                                            + + + + + + + + + +

                                            + Table of Contents + + +

                                            + + + + + + + +

                                            + Constants + + +

                                            +
                                            +
                                            + VERSION + +  = 'v3.2.0-beta.1' +
                                            + +
                                            + + + +

                                            + Methods + + +

                                            +
                                            +
                                            + __construct() + +  : mixed +
                                            + +
                                            + report() + +  : void +
                                            +
                                            This call allows you to report transactions to MaxMind for use in +updating the fraud score of future queries. The transaction should have +been previously submitted to minFraud.
                                            + +
                                            + + + + + +
                                            +

                                            + Constants + + +

                                            +
                                            +

                                            + VERSION + + +

                                            + + + + + + public + mixed + VERSION + = 'v3.2.0-beta.1' + + + + + + + +
                                            +
                                            + + + +
                                            +

                                            + Methods + + +

                                            +
                                            +

                                            + __construct() + + +

                                            + + + + + public + __construct(int $accountId, string $licenseKey[, array<string|int, mixed> $options = [] ]) : mixed + +
                                            +
                                            + +
                                            Parameters
                                            +
                                            +
                                            + $accountId + : int +
                                            +
                                            +

                                            Your MaxMind account ID

                                            +
                                            + +
                                            +
                                            + $licenseKey + : string +
                                            +
                                            +

                                            Your MaxMind license key

                                            +
                                            + +
                                            +
                                            + $options + : array<string|int, mixed> + = []
                                            +
                                            +

                                            An array of options. Possible keys:

                                            +
                                              +
                                            • +host - The host to use when connecting to the web service.
                                            • +
                                            • +userAgent - The prefix for the User-Agent header to use in the +request.
                                            • +
                                            • +caBundle - The bundle of CA root certificates to use in the request.
                                            • +
                                            • +connectTimeout - The connect timeout to use for the request.
                                            • +
                                            • +timeout - The timeout to use for the request.
                                            • +
                                            • +proxy - The HTTP proxy to use. May include a schema, port, +username, and password, e.g., http://username:password@127.0.0.1:10.
                                            • +
                                            • +validateInput - Default is true. Determines whether values passed +to the with*() methods are validated. It is recommended that you +leave validation on while developing and only (optionally) disable it +before deployment.
                                            • +
                                            +
                                            + +
                                            +
                                            + + + + +
                                            +
                                            +

                                            + report() + + +

                                            + + +

                                            This call allows you to report transactions to MaxMind for use in +updating the fraud score of future queries. The transaction should have +been previously submitted to minFraud.

                                            + + + public + report([array<string|int, mixed> $values = [] ][, string $chargebackCode = null ][, string $ipAddress = null ][, string $maxmindId = null ][, string $minfraudId = null ][, string $notes = null ][, string $tag = null ][, string $transactionId = null ]) : void + +
                                            +
                                            + +
                                            Parameters
                                            +
                                            +
                                            + $values + : array<string|int, mixed> + = []
                                            +
                                            +

                                            An array of transaction parameters. The keys are the same +as the JSON keys. You may use either this or the named +arguments, but not both.

                                            +
                                            + +
                                            +
                                            + $chargebackCode + : string + = null
                                            +
                                            +

                                            Optional. A string which is provided by your payment +processor indicating the reason for the chargeback.

                                            +
                                            + +
                                            +
                                            + $ipAddress + : string + = null
                                            +
                                            +

                                            Optional. The IP address of the customer placing the +order. This should be passed as a string like +"44.55.66.77" or "2001:db8::2:1". This field is not +required if you provide at least one of the transaction's +maxmindId, minfraudId, or transactionId.

                                            +
                                            + +
                                            +
                                            + $maxmindId + : string + = null
                                            +
                                            +

                                            Optional. A unique eight character string identifying +a minFraud Standard or Premium request. These IDs are +returned in the maxmindID field of a response for a +successful minFraud request. This field is not +required if you provide at least one of the transaction's +ipAddress, minfraudId, or transactionId. You are +encouraged to provide it, if possible.

                                            +
                                            + +
                                            +
                                            + $minfraudId + : string + = null
                                            +
                                            +

                                            Optional. A UUID that identifies a minFraud Score, +minFraud Insights, or minFraud Factors request. This +ID is returned at /id in the response. This field is +not required if you provide at least one of the transaction's +ipAddress, maxmindId, or transactionId. You are +encouraged to provide it if the request was made to one of +these services.

                                            +
                                            + +
                                            +
                                            + $notes + : string + = null
                                            +
                                            +

                                            Optional. Your notes on the fraud tag associated with +the transaction. We manually review many reported +transactions to improve our scoring for you so any +additional details to help us understand context are +helpful.

                                            +
                                            + +
                                            +
                                            + $tag + : string + = null
                                            +
                                            +

                                            Required. A string indicating the likelihood that a +transaction may be fraudulent. Possible values: +not_fraud, suspected_fraud, spam_or_abuse, or +chargeback.

                                            +
                                            + +
                                            +
                                            + $transactionId + : string + = null
                                            +
                                            +

                                            Optional. The transaction ID you originally passed to +minFraud. This field is not required if you provide at +least one of the transaction's ipAddress, maxmindId, or +minfraudId. You are encouraged to provide it or the +transaction's maxmindId or minfraudId.

                                            +
                                            + +
                                            +
                                            + + +
                                            + Tags + + +
                                            +
                                            +
                                            + throws +
                                            +
                                            + InvalidInputException + +

                                            when the request has missing or invalid +data

                                            +
                                            + +
                                            +
                                            + throws +
                                            +
                                            + AuthenticationException + +

                                            when there is an issue authenticating +the request

                                            +
                                            + +
                                            +
                                            + throws +
                                            +
                                            + InvalidRequestException + +

                                            when the request is invalid for some +other reason, e.g., invalid JSON in the +POST.

                                            +
                                            + +
                                            +
                                            + throws +
                                            +
                                            + HttpException + +

                                            when an unexpected HTTP error occurs

                                            +
                                            + +
                                            +
                                            + throws +
                                            +
                                            + WebServiceException + +

                                            when some other error occurs. This also +serves as the base class for the above +exceptions.

                                            +
                                            + +
                                            +
                                            + + +
                                            +
                                            + +
                                            +
                                            +
                                            +
                                            +
                                            
                                            +        
                                            + +
                                            +
                                            + + + +
                                            +
                                            +
                                            + +
                                            + On this page + + +
                                            + +
                                            +
                                            +
                                            +
                                            +
                                            +

                                            Search results

                                            + +
                                            +
                                            +
                                              +
                                              +
                                              +
                                              +
                                              + + +
                                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ServiceClient.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ServiceClient.html new file mode 100644 index 0000000..65d22ff --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud-ServiceClient.html @@ -0,0 +1,430 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                              +

                                              minFraud PHP API v3.2.0-beta.1

                                              + + + + + +
                                              + +
                                              +
                                              + + + + +
                                              +
                                              + + +
                                              +

                                              + ServiceClient + + +
                                              + in package + +
                                              + + +

                                              + +
                                              + + +
                                              AbstractYes
                                              + +
                                              + + + + + + + + + +

                                              + Table of Contents + + +

                                              + + + + + + + +

                                              + Constants + + +

                                              +
                                              +
                                              + VERSION + +  = 'v3.2.0-beta.1' +
                                              + +
                                              + + + +

                                              + Methods + + +

                                              +
                                              +
                                              + __construct() + +  : mixed +
                                              + +
                                              + + + + + +
                                              +

                                              + Constants + + +

                                              +
                                              +

                                              + VERSION + + +

                                              + + + + + + public + mixed + VERSION + = 'v3.2.0-beta.1' + + + + + + + +
                                              +
                                              + + + +
                                              +

                                              + Methods + + +

                                              +
                                              +

                                              + __construct() + + +

                                              + + + + + public + __construct(int $accountId, string $licenseKey[, array<string|int, mixed> $options = [] ]) : mixed + +
                                              +
                                              + +
                                              Parameters
                                              +
                                              +
                                              + $accountId + : int +
                                              +
                                              + +
                                              +
                                              + $licenseKey + : string +
                                              +
                                              + +
                                              +
                                              + $options + : array<string|int, mixed> + = []
                                              +
                                              + +
                                              +
                                              + + + + +
                                              +
                                              + +
                                              +
                                              +
                                              +
                                              +
                                              
                                              +        
                                              + +
                                              +
                                              + + + +
                                              +
                                              +
                                              + +
                                              + On this page + + +
                                              + +
                                              +
                                              +
                                              +
                                              +
                                              +

                                              Search results

                                              + +
                                              +
                                              +
                                                +
                                                +
                                                +
                                                +
                                                + + +
                                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud.html b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud.html new file mode 100644 index 0000000..6607166 --- /dev/null +++ b/doc/v3.2.0-beta.1/classes/MaxMind-MinFraud.html @@ -0,0 +1,2430 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                +

                                                minFraud PHP API v3.2.0-beta.1

                                                + + + + + +
                                                + +
                                                +
                                                + + + + +
                                                +
                                                + + +
                                                +

                                                + MinFraud + + + extends ServiceClient + + +
                                                + in package + +
                                                + + +

                                                + +
                                                + + +
                                                + + + +

                                                This class provides a client API for accessing MaxMind minFraud Score, +Insights and Factors.

                                                + +

                                                Usage

                                                +

                                                The constructor takes your MaxMind account ID and license key. The object +returned is immutable. To build up a request, call the ->with*() methods. +Each of these returns a new object (a clone of the original) with the +additional data. These can be chained together:

                                                +
                                                $client = new MinFraud(6, 'LICENSE_KEY');
                                                +
                                                +$score = $client->withDevice(['ip_address'  => '1.1.1.1',
                                                +                              'session_age' => 3600.5,
                                                +                              'session_id'  => 'foobar',
                                                +                              'accept_language' => 'en-US'])
                                                +                ->withEmail(['domain' => 'maxmind.com'])
                                                +                ->score();
                                                +
                                                +

                                                If the request fails, an exception is thrown.

                                                +
                                                + + + + + +

                                                + Table of Contents + + +

                                                + + + + + + + +

                                                + Constants + + +

                                                +
                                                +
                                                + VERSION + +  = 'v3.2.0-beta.1' +
                                                + +
                                                + + + +

                                                + Methods + + +

                                                +
                                                +
                                                + __construct() + +  : mixed +
                                                + +
                                                + factors() + +  : Factors +
                                                +
                                                This method performs a minFraud Factors lookup using the request data +in the current object and returns a model object for minFraud Factors.
                                                + +
                                                + insights() + +  : Insights +
                                                +
                                                This method performs a minFraud Insights lookup using the request data +in the current object and returns a model object for minFraud Insights.
                                                + +
                                                + score() + +  : Score +
                                                +
                                                This method performs a minFraud Score lookup using the request data in +the current object and returns a model object for minFraud Score.
                                                + +
                                                + with() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the array to be sent to the web +service set to `$values`. Existing values will be replaced.
                                                + +
                                                + withAccount() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `account` array set to +the values provided. Existing `` data will be replaced.
                                                + +
                                                + withBilling() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `billing` array set to +`$values`. Existing `billing` data will be replaced.
                                                + +
                                                + withCreditCard() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `credit_card` array set to +provided values. Existing `credit_card` data will be replaced.
                                                + +
                                                + withCustomInputs() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `custom_inputs` array set to +`$values`. Existing `custom_inputs` data will be replaced.
                                                + +
                                                + withDevice() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `device` array set to +the values provided. Existing `device` data will be replaced.
                                                + +
                                                + withEmail() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `email` array set to +values provided. Existing `email` data will be replaced.
                                                + +
                                                + withEvent() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `event` array set to +the values provided. Existing `event` data will be replaced.
                                                + +
                                                + withOrder() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `order` array set to +the provided values. Existing `order` data will be replaced.
                                                + +
                                                + withPayment() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `payment` array set to +the values provided. Existing `payment` data will be replaced.
                                                + +
                                                + withShipping() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the `shipping` array set to +the values provided. Existing `shipping` data will be replaced.
                                                + +
                                                + withShoppingCartItem() + +  : MinFraud +
                                                +
                                                This returns a `MinFraud` object with the provided values added to the +shopping cart array. Existing shopping cart data will be preserved.
                                                + +
                                                + + + + + +
                                                +

                                                + Constants + + +

                                                +
                                                +

                                                + VERSION + + +

                                                + + + + + + public + mixed + VERSION + = 'v3.2.0-beta.1' + + + + + + + +
                                                +
                                                + + + +
                                                +

                                                + Methods + + +

                                                +
                                                +

                                                + __construct() + + +

                                                + + + + + public + __construct(int $accountId, string $licenseKey[, array<string|int, mixed> $options = [] ]) : mixed + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $accountId + : int +
                                                +
                                                +

                                                Your MaxMind account ID

                                                +
                                                + +
                                                +
                                                + $licenseKey + : string +
                                                +
                                                +

                                                Your MaxMind license key

                                                +
                                                + +
                                                +
                                                + $options + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of options. Possible keys:

                                                +
                                                  +
                                                • +host - The host to use when connecting to the web service. +By default, the client connects to the production host. However, +during testing and development, you can set this option to +'sandbox.maxmind.com' to use the Sandbox environment's host. The +sandbox allows you to experiment with the API without affecting your +production data.
                                                • +
                                                • +userAgent - The prefix for the User-Agent header to use in the +request.
                                                • +
                                                • +caBundle - The bundle of CA root certificates to use in the request.
                                                • +
                                                • +connectTimeout - The connect timeout to use for the request.
                                                • +
                                                • +hashEmail - By default, the email address is sent in plain text. +If this is set to true, the email address will be normalized and +converted to an MD5 hash before the request is sent. The email domain +will continue to be sent in plain text.
                                                • +
                                                • +timeout - The timeout to use for the request.
                                                • +
                                                • +proxy - The HTTP proxy to use. May include a schema, port, +username, and password, e.g., http://username:password@127.0.0.1:10.
                                                • +
                                                • +locales - An array of locale codes to use for the location name +properties.
                                                • +
                                                • +validateInput - Default is true. Determines whether values passed +to the with*() methods are validated. It is recommended that you +leave validation on while developing and only (optionally) disable it +before deployment.
                                                • +
                                                +
                                                + +
                                                +
                                                + + + + +
                                                +
                                                +

                                                + factors() + + +

                                                + + +

                                                This method performs a minFraud Factors lookup using the request data +in the current object and returns a model object for minFraud Factors.

                                                + + + public + factors() : Factors + +
                                                +
                                                + + + +
                                                + Tags + + +
                                                +
                                                +
                                                + throws +
                                                +
                                                + InvalidInputException + +

                                                when the request has missing or invalid +data

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + AuthenticationException + +

                                                when there is an issue authenticating +the request

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InsufficientFundsException + +

                                                when your account is out of funds

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InvalidRequestException + +

                                                when the request is invalid for some +other reason, e.g., invalid JSON in the POST.

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + HttpException + +

                                                when an unexpected HTTP error occurs

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + WebServiceException + +

                                                when some other error occurs. This also +serves as the base class for the above exceptions.

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + Factors + — +

                                                minFraud Factors model object

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + insights() + + +

                                                + + +

                                                This method performs a minFraud Insights lookup using the request data +in the current object and returns a model object for minFraud Insights.

                                                + + + public + insights() : Insights + +
                                                +
                                                + + + +
                                                + Tags + + +
                                                +
                                                +
                                                + throws +
                                                +
                                                + InvalidInputException + +

                                                when the request has missing or invalid +data

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + AuthenticationException + +

                                                when there is an issue authenticating +the request

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InsufficientFundsException + +

                                                when your account is out of funds

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InvalidRequestException + +

                                                when the request is invalid for some +other reason, e.g., invalid JSON in the POST.

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + HttpException + +

                                                when an unexpected HTTP error occurs

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + WebServiceException + +

                                                when some other error occurs. This also +serves as the base class for the above exceptions.

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + Insights + — +

                                                minFraud Insights model object

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + score() + + +

                                                + + +

                                                This method performs a minFraud Score lookup using the request data in +the current object and returns a model object for minFraud Score.

                                                + + + public + score() : Score + +
                                                +
                                                + + + +
                                                + Tags + + +
                                                +
                                                +
                                                + throws +
                                                +
                                                + InvalidInputException + +

                                                when the request has missing or invalid +data

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + AuthenticationException + +

                                                when there is an issue authenticating +the request

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InsufficientFundsException + +

                                                when your account is out of funds

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + InvalidRequestException + +

                                                when the request is invalid for some +other reason, e.g., invalid JSON in the POST.

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + HttpException + +

                                                when an unexpected HTTP error occurs

                                                +
                                                + +
                                                +
                                                + throws +
                                                +
                                                + WebServiceException + +

                                                when some other error occurs. This also +serves as the base class for the above exceptions.

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + Score + — +

                                                minFraud Score model object

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + with() + + +

                                                + + +

                                                This returns a `MinFraud` object with the array to be sent to the web +service set to `$values`. Existing values will be replaced.

                                                + + + public + with(array<string|int, mixed> $values) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> +
                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is +a clone of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withAccount() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `account` array set to +the values provided. Existing `` data will be replaced.

                                                + + + public + withAccount([array<string|int, mixed> $values = [] ][, string|null $userId = null ][, string|null $usernameMd5 = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of account data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $userId + : string|null + = null
                                                +
                                                +

                                                a unique user ID associated with the end-user +in your system

                                                +
                                                + +
                                                +
                                                + $usernameMd5 + : string|null + = null
                                                +
                                                +

                                                an MD5 hash as a hexadecimal string of +the username or login name associated +with the account

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud account API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone +of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withBilling() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `billing` array set to +`$values`. Existing `billing` data will be replaced.

                                                + + + public + withBilling([array<string|int, mixed> $values = [] ][, string|null $address = null ][, string|null $address2 = null ][, string|null $city = null ][, string|null $company = null ][, string|null $country = null ][, string|null $firstName = null ][, string|null $lastName = null ][, string|null $phoneCountryCode = null ][, string|null $phoneNumber = null ][, string|null $postal = null ][, string|null $region = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of billing data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $address + : string|null + = null
                                                +
                                                +

                                                The first line of the user's billing address

                                                +
                                                + +
                                                +
                                                + $address2 + : string|null + = null
                                                +
                                                +

                                                The second line of the user's billing address

                                                +
                                                + +
                                                +
                                                + $city + : string|null + = null
                                                +
                                                +

                                                The city of the user's billing address

                                                +
                                                + +
                                                +
                                                + $company + : string|null + = null
                                                +
                                                +

                                                The company of the end user as provided in +their billing information

                                                +
                                                + +
                                                +
                                                + $country + : string|null + = null
                                                +
                                                +

                                                The two character ISO 3166-1 alpha-2 country +code of the user's billing address

                                                +
                                                + +
                                                +
                                                + $firstName + : string|null + = null
                                                +
                                                +

                                                The first name of the end user as provided +in their billing information

                                                +
                                                + +
                                                +
                                                + $lastName + : string|null + = null
                                                +
                                                +

                                                The last name of the end user as provided +in their billing information

                                                +
                                                + +
                                                +
                                                + $phoneCountryCode + : string|null + = null
                                                +
                                                +

                                                The country code for phone number +associated with the user's billing +address. If you provide this +information then you must provide +at least one digit.

                                                +
                                                + +
                                                +
                                                + $phoneNumber + : string|null + = null
                                                +
                                                +

                                                The phone number without the country code +for the user's billing address. Punctuation +characters will be stripped. After +stripping punctuation characters, the +number must contain only digits.

                                                +
                                                + +
                                                +
                                                + $postal + : string|null + = null
                                                +
                                                +

                                                The postal code of the user's billing address

                                                +
                                                + +
                                                +
                                                + $region + : string|null + = null
                                                +
                                                +

                                                The ISO 3166-2 subdivision code for the user's +billing address

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud billing API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone +of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withCreditCard() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `credit_card` array set to +provided values. Existing `credit_card` data will be replaced.

                                                + + + public + withCreditCard([array<string|int, mixed> $values = [] ][, string|null $avsResult = null ][, string|null $bankName = null ][, string|null $bankPhoneCountryCode = null ][, string|null $bankPhoneNumber = null ][, string|null $country = null ][, string|null $cvvResult = null ][, string|null $issuerIdNumber = null ][, string|null $lastDigits = null ][, string|null $token = null ][, bool|null $was3dSecureSuccessful = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of credit card data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $avsResult + : string|null + = null
                                                +
                                                +

                                                The address verification system (AVS) check +result, as returned to you by the credit card +processor

                                                +
                                                + +
                                                +
                                                + $bankName + : string|null + = null
                                                +
                                                +

                                                The name of the issuing bank as provided by the +end user

                                                +
                                                + +
                                                +
                                                + $bankPhoneCountryCode + : string|null + = null
                                                +
                                                +

                                                The phone country code for the +issuing bank as provided by the end +user

                                                +
                                                + +
                                                +
                                                + $bankPhoneNumber + : string|null + = null
                                                +
                                                +

                                                The phone number, without the country +code, for the issuing bank as provided by +the end user

                                                +
                                                + +
                                                +
                                                + $country + : string|null + = null
                                                +
                                                +

                                                The two character ISO 3166-1 alpha-2 country +code where the issuer of the card is located

                                                +
                                                + +
                                                +
                                                + $cvvResult + : string|null + = null
                                                +
                                                +

                                                The card verification value (CVV) code as +provided by the payment processor

                                                +
                                                + +
                                                +
                                                + $issuerIdNumber + : string|null + = null
                                                +
                                                +

                                                The issuer ID number for the credit card. +This is the first six or eight digits of +the credit card number. It identifies the +issuing bank.

                                                +
                                                + +
                                                +
                                                + $lastDigits + : string|null + = null
                                                +
                                                +

                                                The last digits of the credit card number. +In most cases, you should send the last four +digits for lastDigits.

                                                +
                                                + +
                                                +
                                                + $token + : string|null + = null
                                                +
                                                +

                                                A token uniquely identifying the card

                                                +
                                                + +
                                                +
                                                + $was3dSecureSuccessful + : bool|null + = null
                                                +
                                                +

                                                Whether the outcome of 3-D Secure +verification was successful

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud credit_card API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone of +the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withCustomInputs() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `custom_inputs` array set to +`$values`. Existing `custom_inputs` data will be replaced.

                                                + + + public + withCustomInputs(array<string|int, mixed> $values) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> +
                                                +
                                                + +
                                                +
                                                + + + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is +a clone of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withDevice() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `device` array set to +the values provided. Existing `device` data will be replaced.

                                                + + + public + withDevice([array<string|int, mixed> $values = [] ][, string|null $acceptLanguage = null ][, string|null $ipAddress = null ][, float|null $sessionAge = null ][, string|null $sessionId = null ][, string|null $userAgent = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of device data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $acceptLanguage + : string|null + = null
                                                +
                                                +

                                                The HTTP Accept-Language header of +the device used in the transaction

                                                +
                                                + +
                                                +
                                                + $ipAddress + : string|null + = null
                                                +
                                                +

                                                The IP address associated with the device +used by the customer in the transaction. +The IP address must be in IPv4 or IPv6 +presentation format, i.e., dotted-quad +notation or the IPv6 hexadecimal-colon +notation.

                                                +
                                                + +
                                                +
                                                + $sessionAge + : float|null + = null
                                                +
                                                +

                                                The number of seconds between the creation +of the user's session and the time of the +transaction. Note that session_age is not +the duration of the current visit, but the +time since the start of the first visit.

                                                +
                                                + +
                                                +
                                                + $sessionId + : string|null + = null
                                                +
                                                +

                                                An ID that uniquely identifies a visitor's +session on the site

                                                +
                                                + +
                                                +
                                                + $userAgent + : string|null + = null
                                                +
                                                +

                                                The HTTP User-Agent header of the browser +used in the transaction

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud device API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone +of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withEmail() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `email` array set to +values provided. Existing `email` data will be replaced.

                                                + + + public + withEmail([array<string|int, mixed> $values = [] ][, string|null $address = null ][, string|null $domain = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of email data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $address + : string|null + = null
                                                +
                                                +

                                                The email address used in the transaction. +This field must be a valid email address.

                                                +
                                                + +
                                                +
                                                + $domain + : string|null + = null
                                                +
                                                +

                                                The domain of the email address used in the +transaction. Do not include the @ in this +field.

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud email API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone +of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withEvent() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `event` array set to +the values provided. Existing `event` data will be replaced.

                                                + + + public + withEvent([array<string|int, mixed> $values = [] ][, string|null $shopId = null ][, string|null $time = null ][, string|null $transactionId = null ][, string|null $type = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of event data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $shopId + : string|null + = null
                                                +
                                                +

                                                Your internal ID for the shop, affiliate, or +merchant this order is coming from. Required for +minFraud users who are resellers, payment +providers, gateways and affiliate networks. No +specific format is required.

                                                +
                                                + +
                                                +
                                                + $time + : string|null + = null
                                                +
                                                +

                                                The date and time the event occurred. The string +must be in the RFC 3339 date-time format. The time +must be within the past year. If this field is not +in the request, the current time will be used.

                                                +
                                                + +
                                                +
                                                + $transactionId + : string|null + = null
                                                +
                                                +

                                                Your internal ID for the transaction. We +can use this to locate a specific +transaction in our logs, and it will also +show up in email alerts and notifications +from us to you. No specific format is +required.

                                                +
                                                + +
                                                +
                                                + $type + : string|null + = null
                                                +
                                                +

                                                The type of event being scored. The valid types +are:

                                                +
                                                  +
                                                • +account_creation +
                                                • +
                                                • +account_login +
                                                • +
                                                • +email_change +
                                                • +
                                                • +password_reset +
                                                • +
                                                • +payout_change +
                                                • +
                                                • +purchase +
                                                • +
                                                • +recurring_purchase +
                                                • +
                                                • +referral +
                                                • +
                                                • +survey +
                                                • +
                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud event API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone of +the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withOrder() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `order` array set to +the provided values. Existing `order` data will be replaced.

                                                + + + public + withOrder([array<string|int, mixed> $values = [] ][, string|null $affiliateId = null ][, float|null $amount = null ][, string|null $currency = null ][, string|null $discountCode = null ][, bool|null $hasGiftMessage = null ][, bool|null $isGift = null ][, string|null $referrerUri = null ][, string|null $subaffiliateId = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of order data. The keys are the same as the JSON keys. +You may use either this or the named arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $affiliateId + : string|null + = null
                                                +
                                                +

                                                The ID of the affiliate where the order is coming from. +No specific format is required.

                                                +
                                                + +
                                                +
                                                + $amount + : float|null + = null
                                                +
                                                +

                                                The total order amount

                                                +
                                                + +
                                                +
                                                + $currency + : string|null + = null
                                                +
                                                +

                                                The currency code for the order amount

                                                +
                                                + +
                                                +
                                                + $discountCode + : string|null + = null
                                                +
                                                +

                                                The discount code applied to the order

                                                +
                                                + +
                                                +
                                                + $hasGiftMessage + : bool|null + = null
                                                +
                                                +

                                                Indicates if the order has a gift message

                                                +
                                                + +
                                                +
                                                + $isGift + : bool|null + = null
                                                +
                                                +

                                                Indicates if the order is a gift

                                                +
                                                + +
                                                +
                                                + $referrerUri + : string|null + = null
                                                +
                                                +

                                                The URI of the referring website

                                                +
                                                + +
                                                +
                                                + $subaffiliateId + : string|null + = null
                                                +
                                                +

                                                The ID of the sub-affiliate where the order is coming from. +No specific format is required.

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud order API docs

                                                +
                                                + +
                                                +
                                                + see +
                                                +
                                                + https://support.maxmind.com/hc/en-us/articles/5452293435675-Order-and-Shopping-Cart-Inputs#h_01G0Z50Q0MRXQ5R52EF34E6G7J + + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withPayment() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `payment` array set to +the values provided. Existing `payment` data will be replaced.

                                                + + + public + withPayment([array<string|int, mixed> $values = [] ][, string|null $declineCode = null ][, string|null $processor = null ][, bool|null $wasAuthorized = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of payment data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $declineCode + : string|null + = null
                                                +
                                                +

                                                The decline code as provided by your +payment processor. If the transaction +was not declined, do not include this field.

                                                +
                                                + +
                                                +
                                                + $processor + : string|null + = null
                                                +
                                                +

                                                The payment processor used for the transaction

                                                +
                                                + +
                                                +
                                                + $wasAuthorized + : bool|null + = null
                                                +
                                                +

                                                The authorization outcome from the payment +processor. If the transaction has not yet been +approved or denied, do not include this field.

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud payment API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is +a clone of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withShipping() + + +

                                                + + +

                                                This returns a `MinFraud` object with the `shipping` array set to +the values provided. Existing `shipping` data will be replaced.

                                                + + + public + withShipping([array<string|int, mixed> $values = [] ][, string|null $address = null ][, string|null $address2 = null ][, string|null $city = null ][, string|null $company = null ][, string|null $country = null ][, string|null $deliverySpeed = null ][, string|null $firstName = null ][, string|null $lastName = null ][, string|null $phoneCountryCode = null ][, string|null $phoneNumber = null ][, string|null $postal = null ][, string|null $region = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of shipping data. The keys are the same as +the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $address + : string|null + = null
                                                +
                                                +

                                                The first line of the user's shipping address

                                                +
                                                + +
                                                +
                                                + $address2 + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $city + : string|null + = null
                                                +
                                                +

                                                The city of the user's shipping address

                                                +
                                                + +
                                                +
                                                + $company + : string|null + = null
                                                +
                                                +

                                                The company of the end user as provided in +their shipping information

                                                +
                                                + +
                                                +
                                                + $country + : string|null + = null
                                                +
                                                +

                                                The two character ISO 3166-1 alpha-2 country +code of the user's shipping address

                                                +
                                                + +
                                                +
                                                + $deliverySpeed + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $firstName + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $lastName + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $phoneCountryCode + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $phoneNumber + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $postal + : string|null + = null
                                                +
                                                +

                                                The postal code of the user's shipping address

                                                +
                                                + +
                                                +
                                                + $region + : string|null + = null
                                                +
                                                +

                                                The ISO 3166-2 subdivision code for the user's +shipping address

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud shipping API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is +a clone of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                +

                                                + withShoppingCartItem() + + +

                                                + + +

                                                This returns a `MinFraud` object with the provided values added to the +shopping cart array. Existing shopping cart data will be preserved.

                                                + + + public + withShoppingCartItem([array<string|int, mixed> $values = [] ][, string|null $category = null ][, string|null $itemId = null ][, float|null $price = null ][, int|null $quantity = null ]) : MinFraud + +
                                                +
                                                + +
                                                Parameters
                                                +
                                                +
                                                + $values + : array<string|int, mixed> + = []
                                                +
                                                +

                                                An array of shopping cart data. The keys are the same +as the JSON keys. You may use either this or the named +arguments, but not both.

                                                +
                                                + +
                                                +
                                                + $category + : string|null + = null
                                                +
                                                +

                                                The category of the item. This can also be +a hashed value; see below.

                                                +
                                                + +
                                                +
                                                + $itemId + : string|null + = null
                                                +
                                                + +
                                                +
                                                + $price + : float|null + = null
                                                +
                                                +

                                                The per-unit price of this item in the shopping +cart. This should use the same currency as the +order currency.

                                                +
                                                + +
                                                +
                                                + $quantity + : int|null + = null
                                                +
                                                +

                                                The quantity of the item in the shopping cart. +The value must be a whole number.

                                                +
                                                + +
                                                +
                                                + + +
                                                + Tags + + +
                                                +
                                                +
                                                + link +
                                                +
                                                +

                                                minFraud shopping cart item API docs

                                                +
                                                + +
                                                +
                                                + +
                                                +
                                                Return values
                                                + MinFraud + — +

                                                A new immutable MinFraud object. This object is a clone +of the original with additional data.

                                                +
                                                + +
                                                + +
                                                +
                                                + +
                                                +
                                                +
                                                +
                                                +
                                                
                                                +        
                                                + +
                                                +
                                                + + + +
                                                +
                                                +
                                                + +
                                                + On this page + + +
                                                + +
                                                +
                                                +
                                                +
                                                +
                                                +

                                                Search results

                                                + +
                                                +
                                                +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  + + +
                                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/css/base.css b/doc/v3.2.0-beta.1/css/base.css new file mode 100644 index 0000000..3482dfb --- /dev/null +++ b/doc/v3.2.0-beta.1/css/base.css @@ -0,0 +1,1231 @@ + + +:root { + /* Typography */ + --font-primary: 'Open Sans', Helvetica, Arial, sans-serif; + --font-secondary: 'Open Sans', Helvetica, Arial, sans-serif; + --font-monospace: 'Source Code Pro', monospace; + --line-height--primary: 1.6; + --letter-spacing--primary: .05rem; + --text-base-size: 1em; + --text-scale-ratio: 1.2; + + --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio)); + --text-md: var(--text-base-size); + --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio)); + --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + + --color-hue-red: 4; + --color-hue-pink: 340; + --color-hue-purple: 291; + --color-hue-deep-purple: 262; + --color-hue-indigo: 231; + --color-hue-blue: 207; + --color-hue-light-blue: 199; + --color-hue-cyan: 187; + --color-hue-teal: 174; + --color-hue-green: 122; + --color-hue-phpdocumentor-green: 96; + --color-hue-light-green: 88; + --color-hue-lime: 66; + --color-hue-yellow: 54; + --color-hue-amber: 45; + --color-hue-orange: 36; + --color-hue-deep-orange: 14; + --color-hue-brown: 16; + + /* Colors */ + --primary-color-hue: var(--color-hue-phpdocumentor-green, --color-hue-phpdocumentor-green); + --primary-color-saturation: 57%; + --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%); + --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%); + --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 25%); + --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%); + --primary-color-lighten: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 20%), 85%); + --primary-color-lighter: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 45%), 97.5%); + --dark-gray: #d1d1d1; + --light-gray: #f0f0f0; + + --text-color: var(--primary-color-darkest); + + --header-height: var(--spacing-xxxxl); + --header-bg-color: var(--primary-color); + --code-background-color: var(--primary-color-lighter); + --code-border-color: --primary-color-lighten; + --button-border-color: var(--primary-color-darken); + --button-color: transparent; + --button-color-primary: var(--primary-color); + --button-text-color: #555; + --button-text-color-primary: white; + --popover-background-color: rgba(255, 255, 255, 0.75); + --link-color-primary: var(--primary-color-darker); + --link-hover-color-primary: var(--primary-color-darkest); + --form-field-border-color: var(--dark-gray); + --form-field-color: #fff; + --admonition-success-color: var(--primary-color); + --admonition-border-color: silver; + --table-separator-color: var(--primary-color-lighten); + --title-text-color: var(--primary-color); + + --sidebar-border-color: var(--primary-color-lighten); + + /* Grid */ + --container-width: 1400px; + + /* Spacing */ + --spacing-base-size: 1rem; + --spacing-scale-ratio: 1.5; + + --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio)); + --spacing-md: var(--spacing-base-size); + --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio)); + --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + + --border-radius-base-size: 3px; +} + +/* Base Styles +-------------------------------------------------- */ +body { + color: var(--text-color); + font-family: var(--font-primary); + font-size: var(--text-md); + letter-spacing: var(--letter-spacing--primary); + line-height: var(--line-height--primary); + width: 100%; +} + +.phpdocumentor h1, +.phpdocumentor h2, +.phpdocumentor h3, +.phpdocumentor h4, +.phpdocumentor h5, +.phpdocumentor h6 { + margin-bottom: var(--spacing-lg); + margin-top: var(--spacing-lg); + font-weight: 600; +} + +.phpdocumentor h1 { + font-size: var(--text-xxxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.2; + margin-top: 0; +} + +.phpdocumentor h2 { + font-size: var(--text-xxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.25; +} + +.phpdocumentor h3 { + font-size: var(--text-xxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.3; +} + +.phpdocumentor h4 { + font-size: var(--text-xl); + letter-spacing: calc(var(--letter-spacing--primary) / 2); + line-height: 1.35; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor h5 { + font-size: var(--text-lg); + letter-spacing: calc(var(--letter-spacing--primary) / 4); + line-height: 1.5; + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} + +.phpdocumentor h6 { + font-size: var(--text-md); + letter-spacing: 0; + line-height: var(--line-height--primary); + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} +.phpdocumentor h1 .headerlink, +.phpdocumentor h2 .headerlink, +.phpdocumentor h3 .headerlink, +.phpdocumentor h4 .headerlink, +.phpdocumentor h5 .headerlink, +.phpdocumentor h6 .headerlink +{ + display: none; +} + +@media (min-width: 550px) { + .phpdocumentor h1 .headerlink, + .phpdocumentor h2 .headerlink, + .phpdocumentor h3 .headerlink, + .phpdocumentor h4 .headerlink, + .phpdocumentor h5 .headerlink, + .phpdocumentor h6 .headerlink { + display: inline; + transition: all .3s ease-in-out; + opacity: 0; + text-decoration: none; + color: silver; + font-size: 80%; + } + + .phpdocumentor h1:hover .headerlink, + .phpdocumentor h2:hover .headerlink, + .phpdocumentor h3:hover .headerlink, + .phpdocumentor h4:hover .headerlink, + .phpdocumentor h5:hover .headerlink, + .phpdocumentor h6:hover .headerlink { + opacity: 1; + } +} +.phpdocumentor p { + margin-top: 0; + margin-bottom: var(--spacing-md); +} +.phpdocumentor figure { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor figcaption { + text-align: center; + font-style: italic; + font-size: 80%; +} + +.phpdocumentor-uml-diagram svg { + max-width: 100%; + height: auto !important; +} +.phpdocumentor-line { + border-top: 1px solid #E1E1E1; + border-width: 0; + margin-bottom: var(--spacing-xxl); + margin-top: var(--spacing-xxl); +} +.phpdocumentor-section { + box-sizing: border-box; + margin: 0 auto; + max-width: var(--container-width); + padding: 0 var(--spacing-sm); + position: relative; + width: 100%; +} + +@media (min-width: 550px) { + .phpdocumentor-section { + padding: 0 var(--spacing-lg); + } +} + +@media (min-width: 1200px) { + .phpdocumentor-section { + padding: 0; + width: 95%; + } +} +.phpdocumentor-column { + box-sizing: border-box; + float: left; + width: 100%; +} + +@media (min-width: 550px) { + .phpdocumentor-column { + margin-left: 4%; + } + + .phpdocumentor-column:first-child { + margin-left: 0; + } + + .-one.phpdocumentor-column { + width: 4.66666666667%; + } + + .-two.phpdocumentor-column { + width: 13.3333333333%; + } + + .-three.phpdocumentor-column { + width: 22%; + } + + .-four.phpdocumentor-column { + width: 30.6666666667%; + } + + .-five.phpdocumentor-column { + width: 39.3333333333%; + } + + .-six.phpdocumentor-column { + width: 48%; + } + + .-seven.phpdocumentor-column { + width: 56.6666666667%; + } + + .-eight.phpdocumentor-column { + width: 65.3333333333%; + } + + .-nine.phpdocumentor-column { + width: 74.0%; + } + + .-ten.phpdocumentor-column { + width: 82.6666666667%; + } + + .-eleven.phpdocumentor-column { + width: 91.3333333333%; + } + + .-twelve.phpdocumentor-column { + margin-left: 0; + width: 100%; + } + + .-one-third.phpdocumentor-column { + width: 30.6666666667%; + } + + .-two-thirds.phpdocumentor-column { + width: 65.3333333333%; + } + + .-one-half.phpdocumentor-column { + width: 48%; + } + + /* Offsets */ + .-offset-by-one.phpdocumentor-column { + margin-left: 8.66666666667%; + } + + .-offset-by-two.phpdocumentor-column { + margin-left: 17.3333333333%; + } + + .-offset-by-three.phpdocumentor-column { + margin-left: 26%; + } + + .-offset-by-four.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-five.phpdocumentor-column { + margin-left: 43.3333333333%; + } + + .-offset-by-six.phpdocumentor-column { + margin-left: 52%; + } + + .-offset-by-seven.phpdocumentor-column { + margin-left: 60.6666666667%; + } + + .-offset-by-eight.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-nine.phpdocumentor-column { + margin-left: 78.0%; + } + + .-offset-by-ten.phpdocumentor-column { + margin-left: 86.6666666667%; + } + + .-offset-by-eleven.phpdocumentor-column { + margin-left: 95.3333333333%; + } + + .-offset-by-one-third.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-two-thirds.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-one-half.phpdocumentor-column { + margin-left: 52%; + } +} +.phpdocumentor a { + color: var(--link-color-primary); +} + +.phpdocumentor a:hover { + color: var(--link-hover-color-primary); +} +.phpdocumentor-button { + background-color: var(--button-color); + border: 1px solid var(--button-border-color); + border-radius: var(--border-radius-base-size); + box-sizing: border-box; + color: var(--button-text-color); + cursor: pointer; + display: inline-block; + font-size: var(--text-sm); + font-weight: 600; + height: 38px; + letter-spacing: .1rem; + line-height: 38px; + padding: 0 var(--spacing-xxl); + text-align: center; + text-decoration: none; + text-transform: uppercase; + white-space: nowrap; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-button .-wide { + width: 100%; +} + +.phpdocumentor-button:hover, +.phpdocumentor-button:focus { + border-color: #888; + color: #333; + outline: 0; +} + +.phpdocumentor-button.-primary { + background-color: var(--button-color-primary); + border-color: var(--button-color-primary); + color: var(--button-text-color-primary); +} + +.phpdocumentor-button.-primary:hover, +.phpdocumentor-button.-primary:focus { + background-color: var(--link-color-primary); + border-color: var(--link-color-primary); + color: var(--button-text-color-primary); +} +.phpdocumentor form { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-field { + background-color: var(--form-field-color); + border: 1px solid var(--form-field-border-color); + border-radius: var(--border-radius-base-size); + box-shadow: none; + box-sizing: border-box; + height: 38px; + padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */ + margin-bottom: var(--spacing-md); +} + +/* Removes awkward default styles on some inputs for iOS */ +input[type="email"], +input[type="number"], +input[type="search"], +input[type="text"], +input[type="tel"], +input[type="url"], +input[type="password"], +textarea { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; +} + +.phpdocumentor-textarea { + min-height: 65px; + padding-bottom: var(--spacing-xxxs); + padding-top: var(--spacing-xxxs); +} + +.phpdocumentor-field:focus { + border: 1px solid var(--button-color-primary); + outline: 0; +} + +label.phpdocumentor-label { + display: block; + margin-bottom: var(--spacing-xs); +} + +.phpdocumentor-fieldset { + border-width: 0; + padding: 0; +} + +input[type="checkbox"].phpdocumentor-field, +input[type="radio"].phpdocumentor-field { + display: inline; +} +.phpdocumentor-column ul, +div.phpdocumentor-list > ul, +ul.phpdocumentor-list { + list-style: circle; +} + +.phpdocumentor-column ol, +div.phpdocumentor-list > ol, +ol.phpdocumentor-list { + list-style: decimal; +} + + +.phpdocumentor-column ul, +div.phpdocumentor-list > ul, +ol.phpdocumentor-list, +ul.phpdocumentor-list { + margin-top: 0; + padding-left: var(--spacing-md); + margin-bottom: var(--spacing-sm); +} + +.phpdocumentor-column ul.-clean, +div.phpdocumentor-list > ul.-clean, +ul.phpdocumentor-list.-clean { + list-style: none; + padding-left: 0; +} + +dl { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-column ul ul, +div.phpdocumentor-list > ul ul, +ul.phpdocumentor-list ul.phpdocumentor-list, +ul.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ul.phpdocumentor-list { + font-size: var(--text-sm); + margin: 0 0 0 calc(var(--spacing-xs) * 2); +} + +.phpdocumentor-column ul li, +.phpdocumentor-list li { + padding-bottom: var(--spacing-xs); +} + +.phpdocumentor dl dt { + margin-bottom: var(--spacing-xs); +} + +.phpdocumentor dl dd { + margin-bottom: var(--spacing-md); +} +.phpdocumentor pre { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-code { + font-family: var(--font-monospace); + background: var(--code-background-color); + border: 1px solid var(--code-border-color); + border-radius: var(--border-radius-base-size); + font-size: var(--text-sm); + padding: var(--spacing-sm) var(--spacing-md); + width: 100%; + box-sizing: border-box; +} + +.phpdocumentor-code.-dark { + background: var(--primary-color-darkest); + color: var(--light-gray); + box-shadow: 0 2px 3px var(--dark-gray); +} + +pre > .phpdocumentor-code { + display: block; + white-space: pre; +} +.phpdocumentor blockquote { + border-left: 4px solid var(--primary-color-darken); + margin: var(--spacing-md) 0; + padding: var(--spacing-xs) var(--spacing-sm); + color: var(--primary-color-darker); + font-style: italic; +} + +.phpdocumentor blockquote p:last-of-type { + margin-bottom: 0; +} +.phpdocumentor table { + margin-bottom: var(--spacing-md); +} + +th.phpdocumentor-heading, +td.phpdocumentor-cell { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) var(--spacing-md); + text-align: left; +} + +th.phpdocumentor-heading:first-child, +td.phpdocumentor-cell:first-child { + padding-left: 0; +} + +th.phpdocumentor-heading:last-child, +td.phpdocumentor-cell:last-child { + padding-right: 0; +} +.phpdocumentor-label-line { + display: flex; + flex-direction: row; + gap: 1rem +} + +.phpdocumentor-label { + background: #f6f6f6; + border-radius: .25rem; + font-size: 80%; + display: inline-block; + overflow: hidden +} + +/* +It would be better if the phpdocumentor-element class were to become a flex element with a gap, but for #3337 that +is too big a fix and needs to be done in a new design iteration. +*/ +.phpdocumentor-signature + .phpdocumentor-label-line .phpdocumentor-label { + margin-top: var(--spacing-sm); +} + +.phpdocumentor-label span { + display: inline-block; + padding: .125rem .5rem; +} + +.phpdocumentor-label--success span:last-of-type { + background: #abe1ab; +} + +.phpdocumentor-header { + display: flex; + flex-direction: row; + align-items: stretch; + flex-wrap: wrap; + justify-content: space-between; + height: auto; + padding: var(--spacing-md) var(--spacing-md); +} + +.phpdocumentor-header__menu-button { + position: absolute; + top: -100%; + left: -100%; +} + +.phpdocumentor-header__menu-icon { + font-size: 2rem; + color: var(--primary-color); +} + +.phpdocumentor-header__menu-button:checked ~ .phpdocumentor-topnav { + max-height: 250px; + padding-top: var(--spacing-md); +} + +@media (min-width: 1000px) { + .phpdocumentor-header { + flex-direction: row; + padding: var(--spacing-lg) var(--spacing-lg); + min-height: var(--header-height); + } + + .phpdocumentor-header__menu-icon { + display: none; + } +} + +@media (min-width: 1000px) { + .phpdocumentor-header { + padding-top: 0; + padding-bottom: 0; + } +} +@media (min-width: 1200px) { + .phpdocumentor-header { + padding: 0; + } +} +.phpdocumentor-title { + box-sizing: border-box; + color: var(--title-text-color); + font-size: var(--text-xxl); + letter-spacing: .05rem; + font-weight: normal; + width: auto; + margin: 0; + display: flex; + align-items: center; +} + +.phpdocumentor-title.-without-divider { + border: none; +} + +.phpdocumentor-title__link { + transition: all .3s ease-out; + display: flex; + color: var(--title-text-color); + text-decoration: none; + font-weight: normal; + white-space: nowrap; + transform: scale(.75); + transform-origin: left; +} + +.phpdocumentor-title__link:hover { + transform: perspective(15rem) translateX(.5rem); + font-weight: 600; +} + +@media (min-width: 1000px) { + .phpdocumentor-title { + width: 22%; + border-right: var(--sidebar-border-color) solid 1px; + } + + .phpdocumentor-title__link { + transform-origin: left; + } +} + +@media (min-width: 1000px) { + .phpdocumentor-title__link { + transform: scale(.85); + } +} + +@media (min-width: 1200px) { + .phpdocumentor-title__link { + transform: scale(1); + } +} +.phpdocumentor-topnav { + display: flex; + align-items: center; + margin: 0; + max-height: 0; + overflow: hidden; + transition: max-height 0.2s ease-out; + flex-basis: 100%; +} + +.phpdocumentor-topnav__menu { + text-align: right; + list-style: none; + margin: 0; + padding: 0; + flex: 1; + display: flex; + flex-flow: row wrap; + justify-content: center; +} + +.phpdocumentor-topnav__menu-item { + margin: 0; + width: 100%; + display: inline-block; + text-align: center; + padding: var(--spacing-sm) 0 +} + +.phpdocumentor-topnav__menu-item.-social { + width: auto; + padding: var(--spacing-sm) +} + +.phpdocumentor-topnav__menu-item a { + display: inline-block; + color: var(--text-color); + text-decoration: none; + font-size: var(--text-lg); + transition: all .3s ease-out; + border-bottom: 1px dotted transparent; + line-height: 1; +} + +.phpdocumentor-topnav__menu-item a:hover { + transform: perspective(15rem) translateY(.1rem); + border-bottom: 1px dotted var(--text-color); +} + +@media (min-width: 1000px) { + .phpdocumentor-topnav { + max-height: none; + overflow: visible; + flex-basis: auto; + } + + .phpdocumentor-topnav__menu { + display: flex; + flex-flow: row wrap; + justify-content: flex-end; + } + + .phpdocumentor-topnav__menu-item, + .phpdocumentor-topnav__menu-item.-social { + width: auto; + display: inline; + text-align: right; + padding: 0 0 0 var(--spacing-md) + } +} +.phpdocumentor-sidebar { + margin: 0; + overflow: hidden; + max-height: 0; +} + +.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list { + padding: var(--spacing-xs) var(--spacing-md); + list-style: none; + margin: 0; +} + +.phpdocumentor .phpdocumentor-sidebar li { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + padding: 0 0 var(--spacing-xxxs) var(--spacing-md); +} + +.phpdocumentor .phpdocumentor-sidebar abbr, +.phpdocumentor .phpdocumentor-sidebar a { + text-decoration: none; + border-bottom: none; + color: var(--text-color); + font-size: var(--text-md); + padding-left: 0; + transition: padding-left .4s ease-out; +} + +.phpdocumentor .phpdocumentor-sidebar a:hover, +.phpdocumentor .phpdocumentor-sidebar a.-active { + padding-left: 5px; + font-weight: 600; +} + +.phpdocumentor .phpdocumentor-sidebar__category > * { + border-left: 1px solid var(--primary-color-lighten); +} + +.phpdocumentor .phpdocumentor-sidebar__category { + margin-bottom: var(--spacing-lg); +} + +.phpdocumentor .phpdocumentor-sidebar__category-header { + font-size: var(--text-md); + margin-top: 0; + margin-bottom: var(--spacing-xs); + color: var(--link-color-primary); + font-weight: 600; + border-left: 0; +} + +.phpdocumentor .phpdocumentor-sidebar__root-package, +.phpdocumentor .phpdocumentor-sidebar__root-namespace { + font-size: var(--text-md); + margin: 0; + padding-top: var(--spacing-xs); + padding-left: var(--spacing-md); + color: var(--text-color); + font-weight: normal; +} + +@media (min-width: 550px) { + .phpdocumentor-sidebar { + border-right: var(--sidebar-border-color) solid 1px; + } +} + +.phpdocumentor-sidebar__menu-button { + position: absolute; + top: -100%; + left: -100%; +} + +.phpdocumentor-sidebar__menu-icon { + font-size: var(--text-md); + font-weight: 600; + background: var(--primary-color); + color: white; + margin: 0 0 var(--spacing-lg); + display: block; + padding: var(--spacing-sm); + text-align: center; + border-radius: 3px; + text-transform: uppercase; + letter-spacing: .15rem; +} + +.phpdocumentor-sidebar__menu-button:checked ~ .phpdocumentor-sidebar { + max-height: 100%; + padding-top: var(--spacing-md); +} + +@media (min-width: 550px) { + .phpdocumentor-sidebar { + overflow: visible; + max-height: 100%; + } + + .phpdocumentor-sidebar__menu-icon { + display: none; + } +} +.phpdocumentor-admonition { + border: 1px solid var(--admonition-border-color); + border-radius: var(--border-radius-base-size); + border-color: var(--primary-color-lighten); + background-color: var(--primary-color-lighter); + padding: var(--spacing-lg); + margin: var(--spacing-lg) 0; + display: flex; + flex-direction: row; + align-items: flex-start; +} + +.phpdocumentor-admonition p:last-of-type { + margin-bottom: 0; +} + +.phpdocumentor-admonition--success, +.phpdocumentor-admonition.-success { + border-color: var(--admonition-success-color); +} + +.phpdocumentor-admonition__icon { + margin-right: var(--spacing-md); + color: var(--primary-color); + max-width: 3rem; +} +.phpdocumentor ul.phpdocumentor-breadcrumbs { + font-size: var(--text-md); + list-style: none; + margin: 0; + padding: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs a { + color: var(--text-color); + text-decoration: none; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li { + display: inline-block; + margin: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before { + color: var(--dark-gray); + content: "\\\A0"; + padding: 0; +} +.phpdocumentor .phpdocumentor-back-to-top { + position: fixed; + bottom: 2rem; + font-size: 2.5rem; + opacity: .25; + transition: all .3s ease-in-out; + right: 2rem; +} + +.phpdocumentor .phpdocumentor-back-to-top:hover { + color: var(--link-color-primary); + opacity: 1; +} +.phpdocumentor-search { + position: relative; + display: none; /** disable by default for non-js flow */ + opacity: .3; /** white-out default for loading indication */ + transition: opacity .3s, background .3s; + margin: var(--spacing-sm) 0; + flex: 1; + min-width: 100%; +} + +.phpdocumentor-search label { + display: flex; + align-items: center; + flex: 1; +} + +.phpdocumentor-search__icon { + color: var(--primary-color); + margin-right: var(--spacing-sm); + width: 1rem; + height: 1rem; +} + +.phpdocumentor-search--enabled { + display: flex; +} + +.phpdocumentor-search--active { + opacity: 1; +} + +.phpdocumentor-search input:disabled { + background-color: lightgray; +} + +.phpdocumentor-search__field:focus, +.phpdocumentor-search__field { + margin-bottom: 0; + border: 0; + border-bottom: 2px solid var(--primary-color); + padding: 0; + border-radius: 0; + flex: 1; +} + +@media (min-width: 1000px) { + .phpdocumentor-search { + min-width: auto; + max-width: 20rem; + margin: 0 0 0 auto; + } +} +.phpdocumentor-search-results { + backdrop-filter: blur(5px); + background: var(--popover-background-color); + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + padding: 0; + opacity: 1; + pointer-events: all; + + transition: opacity .3s, background .3s; +} + +.phpdocumentor-search-results--hidden { + background: transparent; + backdrop-filter: blur(0); + opacity: 0; + pointer-events: none; +} + +.phpdocumentor-search-results__dialog { + width: 100%; + background: white; + max-height: 100%; + display: flex; + flex-direction: column; +} + +.phpdocumentor-search-results__body { + overflow: auto; +} + +.phpdocumentor-search-results__header { + padding: var(--spacing-lg); + display: flex; + justify-content: space-between; + background: var(--primary-color-darken); + color: white; + align-items: center; +} + +.phpdocumentor-search-results__close { + font-size: var(--text-xl); + background: none; + border: none; + padding: 0; + margin: 0; +} + +.phpdocumentor .phpdocumentor-search-results__title { + font-size: var(--text-xl); + margin-bottom: 0; +} + +.phpdocumentor-search-results__entries { + list-style: none; + padding: 0 var(--spacing-lg); + margin: 0; +} + +.phpdocumentor-search-results__entry { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) 0; + text-align: left; +} + +.phpdocumentor-search-results__entry a { + display: block; +} + +.phpdocumentor-search-results__entry small { + margin-top: var(--spacing-xs); + margin-bottom: var(--spacing-md); + color: var(--primary-color-darker); + display: block; + word-break: break-word; +} + +.phpdocumentor-search-results__entry h3 { + font-size: var(--text-lg); + margin: 0; +} + +@media (min-width: 550px) { + .phpdocumentor-search-results { + padding: 0 var(--spacing-lg); + } + + .phpdocumentor-search-results__entry h3 { + font-size: var(--text-xxl); + } + + .phpdocumentor-search-results__dialog { + margin: var(--spacing-xl) auto; + max-width: 40rem; + background: white; + border: 1px solid silver; + box-shadow: 0 2px 5px silver; + max-height: 40rem; + border-radius: 3px; + } +} +.phpdocumentor-modal { + position: fixed; + width: 100vw; + height: 100vh; + opacity: 0; + visibility: hidden; + transition: all 0.3s ease; + top: 0; + left: 0; + display: flex; + align-items: center; + justify-content: center; + z-index: 1; +} + +.phpdocumentor-modal__open { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} + +.phpdocumentor-modal-bg { + position: absolute; + background: gray; + opacity: 50%; + width: 100%; + height: 100%; +} + +.phpdocumentor-modal-container { + border-radius: 1em; + background: #fff; + position: relative; + padding: 2em; + box-sizing: border-box; + max-width:100vw; +} + +.phpdocumentor-modal__close { + position: absolute; + right: 0.75em; + top: 0.75em; + outline: none; + appearance: none; + color: var(--primary-color); + background: none; + border: 0px; + font-weight: bold; + cursor: pointer; +} +.phpdocumentor-on-this-page__sidebar { + display: none; +} + +.phpdocumentor-on-this-page__title { + display: block; + font-weight: bold; + margin-bottom: var(--spacing-sm); + color: var(--link-color-primary); +} + +@media (min-width: 1000px) { + .phpdocumentor-on-this-page__sidebar { + display: block; + position: relative; + } + + .phpdocumentor-on-this-page__content::-webkit-scrollbar, + [scrollbars]::-webkit-scrollbar { + height: 8px; + width: 8px; + } + + .phpdocumentor-on-this-page__content::-webkit-scrollbar-corner, + [scrollbars]::-webkit-scrollbar-corner { + background: 0; + } + + .phpdocumentor-on-this-page__content::-webkit-scrollbar-thumb, + [scrollbars]::-webkit-scrollbar-thumb { + background: rgba(128,134,139,0.26); + border-radius: 8px; + } + + .phpdocumentor-on-this-page__content { + position: sticky; + height: calc(100vh - var(--header-height)); + overflow-y: auto; + border-left: 1px solid var(--sidebar-border-color); + padding-left: var(--spacing-lg); + font-size: 90%; + top: -1px; /* Needed for the javascript to make the .-stuck trick work */ + flex: 0 1 auto; + width: 15vw; + } + + .phpdocumentor-on-this-page__content.-stuck { + height: 100vh; + } + + .phpdocumentor-on-this-page__content li { + word-break: break-all; + line-height: normal; + } +} + +/* Used for screen readers and such */ +.visually-hidden { + display: none; +} + +.float-right { + float: right; +} + +.float-left { + float: left; +} diff --git a/doc/v3.2.0-beta.1/css/normalize.css b/doc/v3.2.0-beta.1/css/normalize.css new file mode 100644 index 0000000..653dc00 --- /dev/null +++ b/doc/v3.2.0-beta.1/css/normalize.css @@ -0,0 +1,427 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none !important; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: var(--font-monospace); + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/doc/v3.2.0-beta.1/css/template.css b/doc/v3.2.0-beta.1/css/template.css new file mode 100644 index 0000000..898b676 --- /dev/null +++ b/doc/v3.2.0-beta.1/css/template.css @@ -0,0 +1,271 @@ + +.phpdocumentor-content { + position: relative; + display: flex; + gap: var(--spacing-md); +} + +.phpdocumentor-content > section:first-of-type { + width: 75%; + flex: 1 1 auto; +} + +@media (min-width: 1900px) { + .phpdocumentor-content > section:first-of-type { + width: 100%; + flex: 1 1 auto; + } +} + +.phpdocumentor .phpdocumentor-content__title { + margin-top: 0; +} +.phpdocumentor-summary { + font-style: italic; +} +.phpdocumentor-description { + margin-bottom: var(--spacing-md); +} +.phpdocumentor-element { + position: relative; +} + +.phpdocumentor-element .phpdocumentor-element { + border: 1px solid var(--primary-color-lighten); + margin-bottom: var(--spacing-md); + padding: var(--spacing-xs); + border-radius: 5px; +} + +.phpdocumentor-element.-deprecated .phpdocumentor-element__name { + text-decoration: line-through; +} + +@media (min-width: 550px) { + .phpdocumentor-element .phpdocumentor-element { + margin-bottom: var(--spacing-lg); + padding: var(--spacing-md); + } +} + +.phpdocumentor-element__modifier { + font-size: var(--text-xxs); + padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2); + color: var(--text-color); + background-color: var(--light-gray); + border-radius: 3px; + text-transform: uppercase; +} + +.phpdocumentor .phpdocumentor-elements__header { + margin-top: var(--spacing-xxl); + margin-bottom: var(--spacing-lg); +} + +.phpdocumentor .phpdocumentor-element__name { + line-height: 1; + margin-top: 0; + font-weight: 300; + font-size: var(--text-lg); + word-break: break-all; + margin-bottom: var(--spacing-sm); +} + +@media (min-width: 550px) { + .phpdocumentor .phpdocumentor-element__name { + font-size: var(--text-xl); + margin-bottom: var(--spacing-xs); + } +} + +@media (min-width: 1200px) { + .phpdocumentor .phpdocumentor-element__name { + margin-bottom: var(--spacing-md); + } +} + +.phpdocumentor-element__package, +.phpdocumentor-element__extends, +.phpdocumentor-element__implements { + display: block; + font-size: var(--text-xxs); + font-weight: normal; + opacity: .7; +} + +.phpdocumentor-element__package .phpdocumentor-breadcrumbs { + display: inline; +} +.phpdocumentor .phpdocumentor-signature { + display: block; + font-size: var(--text-sm); + border: 1px solid #f0f0f0; +} + +.phpdocumentor .phpdocumentor-signature.-deprecated .phpdocumentor-signature__name { + text-decoration: line-through; +} + +@media (min-width: 550px) { + .phpdocumentor .phpdocumentor-signature { + margin-left: calc(var(--spacing-xl) * -1); + width: calc(100% + var(--spacing-xl)); + } +} + +.phpdocumentor-table-of-contents { +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry { + margin-bottom: var(--spacing-xxs); + margin-left: 2rem; + display: flex; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a { + flex: 0 1 auto; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span { + flex: 1; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after { + content: ''; + height: 12px; + width: 12px; + left: 16px; + position: absolute; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after { + background: url('data:image/svg+xml;utf8,') no-repeat; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after { + left: 13px; + background: url('data:image/svg+xml;utf8,') no-repeat; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + position: absolute; + left: 0; + border-radius: 50%; + font-weight: 600; + color: white; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before { + content: 'M'; + color: ''; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before { + content: 'M'; + color: ' 96'; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before { + content: 'P' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before { + content: 'C'; + background-color: transparent; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before { + content: 'C' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before { + content: 'I' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before { + content: 'T' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before { + content: 'N' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before { + content: 'P' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before { + content: 'E' +} + +.phpdocumentor-table-of-contents dd { + font-style: italic; + margin-left: 2rem; +} +.phpdocumentor-element-found-in { + display: none; +} + +@media (min-width: 550px) { + .phpdocumentor-element-found-in { + display: block; + font-size: var(--text-sm); + color: gray; + margin-bottom: 1rem; + } +} + +@media (min-width: 1200px) { + .phpdocumentor-element-found-in { + position: absolute; + top: var(--spacing-sm); + right: var(--spacing-sm); + font-size: var(--text-sm); + margin-bottom: 0; + } +} + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source { + flex: 0 1 auto; + display: inline-flex; +} + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + left: 0; + border-radius: 50%; + font-weight: 600; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} +.phpdocumentor-class-graph { + width: 100%; height: 600px; border:1px solid black; overflow: hidden +} + +.phpdocumentor-class-graph__graph { + width: 100%; +} +.phpdocumentor-tag-list__definition { + display: flex; +} + +.phpdocumentor-tag-link { + margin-right: var(--spacing-sm); +} diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-address.html b/doc/v3.2.0-beta.1/files/minfraud-model-address.html new file mode 100644 index 0000000..c4edb7c --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-address.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                  +

                                                  minFraud PHP API v3.2.0-beta.1

                                                  + + + + + +
                                                  + +
                                                  +
                                                  + + + + +
                                                  +
                                                  +
                                                    +
                                                  + +
                                                  +

                                                  Address.php

                                                  + + + + + + + +

                                                  + Table of Contents + + +

                                                  + + + + +

                                                  + Classes + + +

                                                  +
                                                  +
                                                  Address
                                                  Abstract model for a postal address.
                                                  + + + + + + + + + + + + + +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  
                                                  +        
                                                  + +
                                                  +
                                                  + + + +
                                                  +
                                                  +
                                                  + +
                                                  + On this page + +
                                                    +
                                                  • Table Of Contents
                                                  • +
                                                  • + +
                                                  • + + +
                                                  +
                                                  + +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  +

                                                  Search results

                                                  + +
                                                  +
                                                  +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    + + +
                                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-billingaddress.html b/doc/v3.2.0-beta.1/files/minfraud-model-billingaddress.html new file mode 100644 index 0000000..e950595 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-billingaddress.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                    +

                                                    minFraud PHP API v3.2.0-beta.1

                                                    + + + + + +
                                                    + +
                                                    +
                                                    + + + + +
                                                    +
                                                    +
                                                      +
                                                    + +
                                                    +

                                                    BillingAddress.php

                                                    + + + + + + + +

                                                    + Table of Contents + + +

                                                    + + + + +

                                                    + Classes + + +

                                                    +
                                                    +
                                                    BillingAddress
                                                    Model containing information about the billing address.
                                                    + + + + + + + + + + + + + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    
                                                    +        
                                                    + +
                                                    +
                                                    + + + +
                                                    +
                                                    +
                                                    + +
                                                    + On this page + +
                                                      +
                                                    • Table Of Contents
                                                    • +
                                                    • + +
                                                    • + + +
                                                    +
                                                    + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +

                                                    Search results

                                                    + +
                                                    +
                                                    +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      + + +
                                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-creditcard.html b/doc/v3.2.0-beta.1/files/minfraud-model-creditcard.html new file mode 100644 index 0000000..3e7d67c --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-creditcard.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                      +

                                                      minFraud PHP API v3.2.0-beta.1

                                                      + + + + + +
                                                      + +
                                                      +
                                                      + + + + +
                                                      +
                                                      +
                                                        +
                                                      + +
                                                      +

                                                      CreditCard.php

                                                      + + + + + + + +

                                                      + Table of Contents + + +

                                                      + + + + +

                                                      + Classes + + +

                                                      +
                                                      +
                                                      CreditCard
                                                      Model with details about the credit card used.
                                                      + + + + + + + + + + + + + +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      
                                                      +        
                                                      + +
                                                      +
                                                      + + + +
                                                      +
                                                      +
                                                      + +
                                                      + On this page + +
                                                        +
                                                      • Table Of Contents
                                                      • +
                                                      • + +
                                                      • + + +
                                                      +
                                                      + +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +

                                                      Search results

                                                      + +
                                                      +
                                                      +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        + + +
                                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-device.html b/doc/v3.2.0-beta.1/files/minfraud-model-device.html new file mode 100644 index 0000000..b7db4d0 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-device.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                        +

                                                        minFraud PHP API v3.2.0-beta.1

                                                        + + + + + +
                                                        + +
                                                        +
                                                        + + + + +
                                                        +
                                                        +
                                                          +
                                                        + +
                                                        +

                                                        Device.php

                                                        + + + + + + + +

                                                        + Table of Contents + + +

                                                        + + + + +

                                                        + Classes + + +

                                                        +
                                                        +
                                                        Device
                                                        Model with information about the device.
                                                        + + + + + + + + + + + + + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        
                                                        +        
                                                        + +
                                                        +
                                                        + + + +
                                                        +
                                                        +
                                                        + +
                                                        + On this page + +
                                                          +
                                                        • Table Of Contents
                                                        • +
                                                        • + +
                                                        • + + +
                                                        +
                                                        + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +

                                                        Search results

                                                        + +
                                                        +
                                                        +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          + + +
                                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-disposition.html b/doc/v3.2.0-beta.1/files/minfraud-model-disposition.html new file mode 100644 index 0000000..d74133a --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-disposition.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                          +

                                                          minFraud PHP API v3.2.0-beta.1

                                                          + + + + + +
                                                          + +
                                                          +
                                                          + + + + +
                                                          +
                                                          +
                                                            +
                                                          + +
                                                          +

                                                          Disposition.php

                                                          + + + + + + + +

                                                          + Table of Contents + + +

                                                          + + + + +

                                                          + Classes + + +

                                                          +
                                                          +
                                                          Disposition
                                                          Model with the disposition set by custom rules.
                                                          + + + + + + + + + + + + + +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          
                                                          +        
                                                          + +
                                                          +
                                                          + + + +
                                                          +
                                                          +
                                                          + +
                                                          + On this page + +
                                                            +
                                                          • Table Of Contents
                                                          • +
                                                          • + +
                                                          • + + +
                                                          +
                                                          + +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          +

                                                          Search results

                                                          + +
                                                          +
                                                          +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            + + +
                                                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-email.html b/doc/v3.2.0-beta.1/files/minfraud-model-email.html new file mode 100644 index 0000000..26d4f69 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-email.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                            +

                                                            minFraud PHP API v3.2.0-beta.1

                                                            + + + + + +
                                                            + +
                                                            +
                                                            + + + + +
                                                            +
                                                            +
                                                              +
                                                            + +
                                                            +

                                                            Email.php

                                                            + + + + + + + +

                                                            + Table of Contents + + +

                                                            + + + + +

                                                            + Classes + + +

                                                            +
                                                            +
                                                            Email
                                                            Model containing information about the email address.
                                                            + + + + + + + + + + + + + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            
                                                            +        
                                                            + +
                                                            +
                                                            + + + +
                                                            +
                                                            +
                                                            + +
                                                            + On this page + +
                                                              +
                                                            • Table Of Contents
                                                            • +
                                                            • + +
                                                            • + + +
                                                            +
                                                            + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            +

                                                            Search results

                                                            + +
                                                            +
                                                            +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              + + +
                                                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-emaildomain.html b/doc/v3.2.0-beta.1/files/minfraud-model-emaildomain.html new file mode 100644 index 0000000..fc0a660 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-emaildomain.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                              +

                                                              minFraud PHP API v3.2.0-beta.1

                                                              + + + + + +
                                                              + +
                                                              +
                                                              + + + + +
                                                              +
                                                              +
                                                                +
                                                              + +
                                                              +

                                                              EmailDomain.php

                                                              + + + + + + + +

                                                              + Table of Contents + + +

                                                              + + + + +

                                                              + Classes + + +

                                                              +
                                                              +
                                                              EmailDomain
                                                              Model containing information about the email domain.
                                                              + + + + + + + + + + + + + +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              
                                                              +        
                                                              + +
                                                              +
                                                              + + + +
                                                              +
                                                              +
                                                              + +
                                                              + On this page + +
                                                                +
                                                              • Table Of Contents
                                                              • +
                                                              • + +
                                                              • + + +
                                                              +
                                                              + +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              +

                                                              Search results

                                                              + +
                                                              +
                                                              +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                + + +
                                                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-factors.html b/doc/v3.2.0-beta.1/files/minfraud-model-factors.html new file mode 100644 index 0000000..e1a5bf1 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-factors.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                +

                                                                minFraud PHP API v3.2.0-beta.1

                                                                + + + + + +
                                                                + +
                                                                +
                                                                + + + + +
                                                                +
                                                                +
                                                                  +
                                                                + +
                                                                +

                                                                Factors.php

                                                                + + + + + + + +

                                                                + Table of Contents + + +

                                                                + + + + +

                                                                + Classes + + +

                                                                +
                                                                +
                                                                Factors
                                                                Model representing the Factors response.
                                                                + + + + + + + + + + + + + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                
                                                                +        
                                                                + +
                                                                +
                                                                + + + +
                                                                +
                                                                +
                                                                + +
                                                                + On this page + +
                                                                  +
                                                                • Table Of Contents
                                                                • +
                                                                • + +
                                                                • + + +
                                                                +
                                                                + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                +

                                                                Search results

                                                                + +
                                                                +
                                                                +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  + + +
                                                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-geoip2location.html b/doc/v3.2.0-beta.1/files/minfraud-model-geoip2location.html new file mode 100644 index 0000000..9dfac08 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-geoip2location.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                  +

                                                                  minFraud PHP API v3.2.0-beta.1

                                                                  + + + + + +
                                                                  + +
                                                                  +
                                                                  + + + + +
                                                                  +
                                                                  +
                                                                    +
                                                                  + +
                                                                  +

                                                                  GeoIp2Location.php

                                                                  + + + + + + + +

                                                                  + Table of Contents + + +

                                                                  + + + + +

                                                                  + Classes + + +

                                                                  +
                                                                  +
                                                                  GeoIp2Location
                                                                  Model of the GeoIP2 Location information, including the local time.
                                                                  + + + + + + + + + + + + + +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  
                                                                  +        
                                                                  + +
                                                                  +
                                                                  + + + +
                                                                  +
                                                                  +
                                                                  + +
                                                                  + On this page + +
                                                                    +
                                                                  • Table Of Contents
                                                                  • +
                                                                  • + +
                                                                  • + + +
                                                                  +
                                                                  + +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  +

                                                                  Search results

                                                                  + +
                                                                  +
                                                                  +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    + + +
                                                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-insights.html b/doc/v3.2.0-beta.1/files/minfraud-model-insights.html new file mode 100644 index 0000000..fb01d59 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-insights.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                    +

                                                                    minFraud PHP API v3.2.0-beta.1

                                                                    + + + + + +
                                                                    + +
                                                                    +
                                                                    + + + + +
                                                                    +
                                                                    +
                                                                      +
                                                                    + +
                                                                    +

                                                                    Insights.php

                                                                    + + + + + + + +

                                                                    + Table of Contents + + +

                                                                    + + + + +

                                                                    + Classes + + +

                                                                    +
                                                                    +
                                                                    Insights
                                                                    Model of the Insights response.
                                                                    + + + + + + + + + + + + + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    
                                                                    +        
                                                                    + +
                                                                    +
                                                                    + + + +
                                                                    +
                                                                    +
                                                                    + +
                                                                    + On this page + +
                                                                      +
                                                                    • Table Of Contents
                                                                    • +
                                                                    • + +
                                                                    • + + +
                                                                    +
                                                                    + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    +

                                                                    Search results

                                                                    + +
                                                                    +
                                                                    +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      + + +
                                                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-ipaddress.html b/doc/v3.2.0-beta.1/files/minfraud-model-ipaddress.html new file mode 100644 index 0000000..9bbce41 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-ipaddress.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                      +

                                                                      minFraud PHP API v3.2.0-beta.1

                                                                      + + + + + +
                                                                      + +
                                                                      +
                                                                      + + + + +
                                                                      +
                                                                      +
                                                                        +
                                                                      + +
                                                                      +

                                                                      IpAddress.php

                                                                      + + + + + + + +

                                                                      + Table of Contents + + +

                                                                      + + + + +

                                                                      + Classes + + +

                                                                      +
                                                                      +
                                                                      IpAddress
                                                                      Model containing GeoIP2 data and the risk for the IP address.
                                                                      + + + + + + + + + + + + + +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      
                                                                      +        
                                                                      + +
                                                                      +
                                                                      + + + +
                                                                      +
                                                                      +
                                                                      + +
                                                                      + On this page + +
                                                                        +
                                                                      • Table Of Contents
                                                                      • +
                                                                      • + +
                                                                      • + + +
                                                                      +
                                                                      + +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      +

                                                                      Search results

                                                                      + +
                                                                      +
                                                                      +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        + + +
                                                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-ipriskreason.html b/doc/v3.2.0-beta.1/files/minfraud-model-ipriskreason.html new file mode 100644 index 0000000..32cfc7a --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-ipriskreason.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                        +

                                                                        minFraud PHP API v3.2.0-beta.1

                                                                        + + + + + +
                                                                        + +
                                                                        +
                                                                        + + + + +
                                                                        +
                                                                        +
                                                                          +
                                                                        + +
                                                                        +

                                                                        IpRiskReason.php

                                                                        + + + + + + + +

                                                                        + Table of Contents + + +

                                                                        + + + + +

                                                                        + Classes + + +

                                                                        +
                                                                        +
                                                                        IpRiskReason
                                                                        Reason for the IP risk.
                                                                        + + + + + + + + + + + + + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        
                                                                        +        
                                                                        + +
                                                                        +
                                                                        + + + +
                                                                        +
                                                                        +
                                                                        + +
                                                                        + On this page + +
                                                                          +
                                                                        • Table Of Contents
                                                                        • +
                                                                        • + +
                                                                        • + + +
                                                                        +
                                                                        + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        +

                                                                        Search results

                                                                        + +
                                                                        +
                                                                        +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          + + +
                                                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-issuer.html b/doc/v3.2.0-beta.1/files/minfraud-model-issuer.html new file mode 100644 index 0000000..1ac53d3 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-issuer.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                          +

                                                                          minFraud PHP API v3.2.0-beta.1

                                                                          + + + + + +
                                                                          + +
                                                                          +
                                                                          + + + + +
                                                                          +
                                                                          +
                                                                            +
                                                                          + +
                                                                          +

                                                                          Issuer.php

                                                                          + + + + + + + +

                                                                          + Table of Contents + + +

                                                                          + + + + +

                                                                          + Classes + + +

                                                                          +
                                                                          +
                                                                          Issuer
                                                                          Model containing information about the card issuer.
                                                                          + + + + + + + + + + + + + +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          
                                                                          +        
                                                                          + +
                                                                          +
                                                                          + + + +
                                                                          +
                                                                          +
                                                                          + +
                                                                          + On this page + +
                                                                            +
                                                                          • Table Of Contents
                                                                          • +
                                                                          • + +
                                                                          • + + +
                                                                          +
                                                                          + +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          +

                                                                          Search results

                                                                          + +
                                                                          +
                                                                          +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            + + +
                                                                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-phone.html b/doc/v3.2.0-beta.1/files/minfraud-model-phone.html new file mode 100644 index 0000000..3a77833 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-phone.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                            +

                                                                            minFraud PHP API v3.2.0-beta.1

                                                                            + + + + + +
                                                                            + +
                                                                            +
                                                                            + + + + +
                                                                            +
                                                                            +
                                                                              +
                                                                            + +
                                                                            +

                                                                            Phone.php

                                                                            + + + + + + + +

                                                                            + Table of Contents + + +

                                                                            + + + + +

                                                                            + Classes + + +

                                                                            +
                                                                            +
                                                                            Phone
                                                                            Model containing information about the billing or shipping phone number.
                                                                            + + + + + + + + + + + + + +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            
                                                                            +        
                                                                            + +
                                                                            +
                                                                            + + + +
                                                                            +
                                                                            +
                                                                            + +
                                                                            + On this page + +
                                                                              +
                                                                            • Table Of Contents
                                                                            • +
                                                                            • + +
                                                                            • + + +
                                                                            +
                                                                            + +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            +

                                                                            Search results

                                                                            + +
                                                                            +
                                                                            +
                                                                              +
                                                                              +
                                                                              +
                                                                              +
                                                                              + + +
                                                                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-reason.html b/doc/v3.2.0-beta.1/files/minfraud-model-reason.html new file mode 100644 index 0000000..61fb80d --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-reason.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                              +

                                                                              minFraud PHP API v3.2.0-beta.1

                                                                              + + + + + +
                                                                              + +
                                                                              +
                                                                              + + + + +
                                                                              +
                                                                              +
                                                                                +
                                                                              + +
                                                                              +

                                                                              Reason.php

                                                                              + + + + + + + +

                                                                              + Table of Contents + + +

                                                                              + + + + +

                                                                              + Classes + + +

                                                                              +
                                                                              +
                                                                              Reason
                                                                              The risk score reason for the multiplier.
                                                                              + + + + + + + + + + + + + +
                                                                              +
                                                                              +
                                                                              +
                                                                              +
                                                                              
                                                                              +        
                                                                              + +
                                                                              +
                                                                              + + + +
                                                                              +
                                                                              +
                                                                              + +
                                                                              + On this page + +
                                                                                +
                                                                              • Table Of Contents
                                                                              • +
                                                                              • + +
                                                                              • + + +
                                                                              +
                                                                              + +
                                                                              +
                                                                              +
                                                                              +
                                                                              +
                                                                              +

                                                                              Search results

                                                                              + +
                                                                              +
                                                                              +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                + + +
                                                                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-riskscorereason.html b/doc/v3.2.0-beta.1/files/minfraud-model-riskscorereason.html new file mode 100644 index 0000000..189edec --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-riskscorereason.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                +

                                                                                minFraud PHP API v3.2.0-beta.1

                                                                                + + + + + +
                                                                                + +
                                                                                +
                                                                                + + + + +
                                                                                +
                                                                                +
                                                                                  +
                                                                                + +
                                                                                +

                                                                                RiskScoreReason.php

                                                                                + + + + + + + +

                                                                                + Table of Contents + + +

                                                                                + + + + +

                                                                                + Classes + + +

                                                                                +
                                                                                +
                                                                                RiskScoreReason
                                                                                The risk score multiplier and the reasons for that multiplier.
                                                                                + + + + + + + + + + + + + +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                
                                                                                +        
                                                                                + +
                                                                                +
                                                                                + + + +
                                                                                +
                                                                                +
                                                                                + +
                                                                                + On this page + +
                                                                                  +
                                                                                • Table Of Contents
                                                                                • +
                                                                                • + +
                                                                                • + + +
                                                                                +
                                                                                + +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                +

                                                                                Search results

                                                                                + +
                                                                                +
                                                                                +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  + + +
                                                                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-score.html b/doc/v3.2.0-beta.1/files/minfraud-model-score.html new file mode 100644 index 0000000..b7b0bb0 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-score.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                  +

                                                                                  minFraud PHP API v3.2.0-beta.1

                                                                                  + + + + + +
                                                                                  + +
                                                                                  +
                                                                                  + + + + +
                                                                                  +
                                                                                  +
                                                                                    +
                                                                                  + +
                                                                                  +

                                                                                  Score.php

                                                                                  + + + + + + + +

                                                                                  + Table of Contents + + +

                                                                                  + + + + +

                                                                                  + Classes + + +

                                                                                  +
                                                                                  +
                                                                                  Score
                                                                                  Model of the Score response.
                                                                                  + + + + + + + + + + + + + +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  
                                                                                  +        
                                                                                  + +
                                                                                  +
                                                                                  + + + +
                                                                                  +
                                                                                  +
                                                                                  + +
                                                                                  + On this page + +
                                                                                    +
                                                                                  • Table Of Contents
                                                                                  • +
                                                                                  • + +
                                                                                  • + + +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  +

                                                                                  Search results

                                                                                  + +
                                                                                  +
                                                                                  +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    + + +
                                                                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-scoreipaddress.html b/doc/v3.2.0-beta.1/files/minfraud-model-scoreipaddress.html new file mode 100644 index 0000000..06495d1 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-scoreipaddress.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                    +

                                                                                    minFraud PHP API v3.2.0-beta.1

                                                                                    + + + + + +
                                                                                    + +
                                                                                    +
                                                                                    + + + + +
                                                                                    +
                                                                                    +
                                                                                      +
                                                                                    + +
                                                                                    +

                                                                                    ScoreIpAddress.php

                                                                                    + + + + + + + +

                                                                                    + Table of Contents + + +

                                                                                    + + + + +

                                                                                    + Classes + + +

                                                                                    +
                                                                                    +
                                                                                    ScoreIpAddress
                                                                                    Model containing the IP address's risk for the Score response.
                                                                                    + + + + + + + + + + + + + +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    
                                                                                    +        
                                                                                    + +
                                                                                    +
                                                                                    + + + +
                                                                                    +
                                                                                    +
                                                                                    + +
                                                                                    + On this page + +
                                                                                      +
                                                                                    • Table Of Contents
                                                                                    • +
                                                                                    • + +
                                                                                    • + + +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +

                                                                                    Search results

                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      + + +
                                                                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-shippingaddress.html b/doc/v3.2.0-beta.1/files/minfraud-model-shippingaddress.html new file mode 100644 index 0000000..8a50ced --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-shippingaddress.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                      +

                                                                                      minFraud PHP API v3.2.0-beta.1

                                                                                      + + + + + +
                                                                                      + +
                                                                                      +
                                                                                      + + + + +
                                                                                      +
                                                                                      +
                                                                                        +
                                                                                      + +
                                                                                      +

                                                                                      ShippingAddress.php

                                                                                      + + + + + + + +

                                                                                      + Table of Contents + + +

                                                                                      + + + + +

                                                                                      + Classes + + +

                                                                                      +
                                                                                      +
                                                                                      ShippingAddress
                                                                                      Model containing properties of the shipping address.
                                                                                      + + + + + + + + + + + + + +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      
                                                                                      +        
                                                                                      + +
                                                                                      +
                                                                                      + + + +
                                                                                      +
                                                                                      +
                                                                                      + +
                                                                                      + On this page + +
                                                                                        +
                                                                                      • Table Of Contents
                                                                                      • +
                                                                                      • + +
                                                                                      • + + +
                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                      +

                                                                                      Search results

                                                                                      + +
                                                                                      +
                                                                                      +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        + + +
                                                                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-subscores.html b/doc/v3.2.0-beta.1/files/minfraud-model-subscores.html new file mode 100644 index 0000000..e0a0dda --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-subscores.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                        +

                                                                                        minFraud PHP API v3.2.0-beta.1

                                                                                        + + + + + +
                                                                                        + +
                                                                                        +
                                                                                        + + + + +
                                                                                        +
                                                                                        +
                                                                                          +
                                                                                        + +
                                                                                        +

                                                                                        Subscores.php

                                                                                        + + + + + + + +

                                                                                        + Table of Contents + + +

                                                                                        + + + + +

                                                                                        + Classes + + +

                                                                                        +
                                                                                        +
                                                                                        Subscores
                                                                                        The scores for risk factors that are used in calculating the riskScore.
                                                                                        + + + + + + + + + + + + + +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        
                                                                                        +        
                                                                                        + +
                                                                                        +
                                                                                        + + + +
                                                                                        +
                                                                                        +
                                                                                        + +
                                                                                        + On this page + +
                                                                                          +
                                                                                        • Table Of Contents
                                                                                        • +
                                                                                        • + +
                                                                                        • + + +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +

                                                                                        Search results

                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          + + +
                                                                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-model-warning.html b/doc/v3.2.0-beta.1/files/minfraud-model-warning.html new file mode 100644 index 0000000..9e6eb2c --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-model-warning.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                          +

                                                                                          minFraud PHP API v3.2.0-beta.1

                                                                                          + + + + + +
                                                                                          + +
                                                                                          +
                                                                                          + + + + +
                                                                                          +
                                                                                          +
                                                                                            +
                                                                                          + +
                                                                                          +

                                                                                          Warning.php

                                                                                          + + + + + + + +

                                                                                          + Table of Contents + + +

                                                                                          + + + + +

                                                                                          + Classes + + +

                                                                                          +
                                                                                          +
                                                                                          Warning
                                                                                          Warning about the minFraud request.
                                                                                          + + + + + + + + + + + + + +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          
                                                                                          +        
                                                                                          + +
                                                                                          +
                                                                                          + + + +
                                                                                          +
                                                                                          +
                                                                                          + +
                                                                                          + On this page + +
                                                                                            +
                                                                                          • Table Of Contents
                                                                                          • +
                                                                                          • + +
                                                                                          • + + +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                          +

                                                                                          Search results

                                                                                          + +
                                                                                          +
                                                                                          +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            + + +
                                                                                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-reporttransaction.html b/doc/v3.2.0-beta.1/files/minfraud-reporttransaction.html new file mode 100644 index 0000000..8c4e278 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-reporttransaction.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                            +

                                                                                            minFraud PHP API v3.2.0-beta.1

                                                                                            + + + + + +
                                                                                            + +
                                                                                            +
                                                                                            + + + + +
                                                                                            +
                                                                                            +
                                                                                              +
                                                                                            + +
                                                                                            +

                                                                                            ReportTransaction.php

                                                                                            + + + + + + + +

                                                                                            + Table of Contents + + +

                                                                                            + + + + +

                                                                                            + Classes + + +

                                                                                            +
                                                                                            +
                                                                                            ReportTransaction
                                                                                            + + + + + + + + + + + + + +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            
                                                                                            +        
                                                                                            + +
                                                                                            +
                                                                                            + + + +
                                                                                            +
                                                                                            +
                                                                                            + +
                                                                                            + On this page + +
                                                                                              +
                                                                                            • Table Of Contents
                                                                                            • +
                                                                                            • + +
                                                                                            • + + +
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +

                                                                                            Search results

                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              + + +
                                                                                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-serviceclient.html b/doc/v3.2.0-beta.1/files/minfraud-serviceclient.html new file mode 100644 index 0000000..debbfdd --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-serviceclient.html @@ -0,0 +1,271 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                              +

                                                                                              minFraud PHP API v3.2.0-beta.1

                                                                                              + + + + + +
                                                                                              + +
                                                                                              +
                                                                                              + + + + +
                                                                                              +
                                                                                              +
                                                                                                +
                                                                                              + +
                                                                                              +

                                                                                              ServiceClient.php

                                                                                              + + + + + + + +

                                                                                              + Table of Contents + + +

                                                                                              + + + + +

                                                                                              + Classes + + +

                                                                                              +
                                                                                              +
                                                                                              ServiceClient
                                                                                              + + + + + + + + + + + + + +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              
                                                                                              +        
                                                                                              + +
                                                                                              +
                                                                                              + + + +
                                                                                              +
                                                                                              +
                                                                                              + +
                                                                                              + On this page + +
                                                                                                +
                                                                                              • Table Of Contents
                                                                                              • +
                                                                                              • + +
                                                                                              • + + +
                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              +

                                                                                              Search results

                                                                                              + +
                                                                                              +
                                                                                              +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                + + +
                                                                                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud-util.html b/doc/v3.2.0-beta.1/files/minfraud-util.html new file mode 100644 index 0000000..92027c1 --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud-util.html @@ -0,0 +1,263 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                +

                                                                                                minFraud PHP API v3.2.0-beta.1

                                                                                                + + + + + +
                                                                                                + +
                                                                                                +
                                                                                                + + + + +
                                                                                                +
                                                                                                +
                                                                                                  +
                                                                                                + +
                                                                                                +

                                                                                                Util.php

                                                                                                + + + + + + + +

                                                                                                + Table of Contents + + +

                                                                                                + + + + + + + + + + + + + + + + + +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                
                                                                                                +        
                                                                                                + +
                                                                                                +
                                                                                                + + + +
                                                                                                +
                                                                                                +
                                                                                                + +
                                                                                                + On this page + +
                                                                                                  +
                                                                                                • Table Of Contents
                                                                                                • +
                                                                                                • +
                                                                                                    +
                                                                                                  +
                                                                                                • + + +
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +

                                                                                                Search results

                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  + + +
                                                                                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/files/minfraud.html b/doc/v3.2.0-beta.1/files/minfraud.html new file mode 100644 index 0000000..bba4c5c --- /dev/null +++ b/doc/v3.2.0-beta.1/files/minfraud.html @@ -0,0 +1,272 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                  +

                                                                                                  minFraud PHP API v3.2.0-beta.1

                                                                                                  + + + + + +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + + + +
                                                                                                  +
                                                                                                  +
                                                                                                    +
                                                                                                  + +
                                                                                                  +

                                                                                                  MinFraud.php

                                                                                                  + + + + + + + +

                                                                                                  + Table of Contents + + +

                                                                                                  + + + + +

                                                                                                  + Classes + + +

                                                                                                  +
                                                                                                  +
                                                                                                  MinFraud
                                                                                                  This class provides a client API for accessing MaxMind minFraud Score, +Insights and Factors.
                                                                                                  + + + + + + + + + + + + + +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  
                                                                                                  +        
                                                                                                  + +
                                                                                                  +
                                                                                                  + + + +
                                                                                                  +
                                                                                                  +
                                                                                                  + +
                                                                                                  + On this page + +
                                                                                                    +
                                                                                                  • Table Of Contents
                                                                                                  • +
                                                                                                  • + +
                                                                                                  • + + +
                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                  +

                                                                                                  Search results

                                                                                                  + +
                                                                                                  +
                                                                                                  +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    + + +
                                                                                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/graphs/classes.html b/doc/v3.2.0-beta.1/graphs/classes.html new file mode 100644 index 0000000..a7db6ce --- /dev/null +++ b/doc/v3.2.0-beta.1/graphs/classes.html @@ -0,0 +1,116 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + +
                                                                                                    +

                                                                                                    minFraud PHP API v3.2.0-beta.1

                                                                                                    + + + + + +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + + + +
                                                                                                    +
                                                                                                    + +
                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +

                                                                                                    Search results

                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      + + +
                                                                                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/index.html b/doc/v3.2.0-beta.1/index.html new file mode 100644 index 0000000..e0cf838 --- /dev/null +++ b/doc/v3.2.0-beta.1/index.html @@ -0,0 +1,159 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                      +

                                                                                                      minFraud PHP API v3.2.0-beta.1

                                                                                                      + + + + + +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + + + +
                                                                                                      +
                                                                                                      +

                                                                                                      Documentation

                                                                                                      + + + +

                                                                                                      + Table of Contents + + +

                                                                                                      + +

                                                                                                      + Packages + + +

                                                                                                      +
                                                                                                      +
                                                                                                      Application
                                                                                                      +
                                                                                                      + +

                                                                                                      + Namespaces + + +

                                                                                                      +
                                                                                                      +
                                                                                                      MaxMind
                                                                                                      +
                                                                                                      + + + + + + + + + + + + + +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                      +

                                                                                                      Search results

                                                                                                      + +
                                                                                                      +
                                                                                                      +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        + + +
                                                                                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/indices/files.html b/doc/v3.2.0-beta.1/indices/files.html new file mode 100644 index 0000000..acb9c6f --- /dev/null +++ b/doc/v3.2.0-beta.1/indices/files.html @@ -0,0 +1,188 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                        +

                                                                                                        minFraud PHP API v3.2.0-beta.1

                                                                                                        + + + + + +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + + + + +
                                                                                                        +
                                                                                                        +
                                                                                                        +

                                                                                                        Search results

                                                                                                        + +
                                                                                                        +
                                                                                                        +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          + + +
                                                                                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/js/search.js b/doc/v3.2.0-beta.1/js/search.js new file mode 100644 index 0000000..093d6d0 --- /dev/null +++ b/doc/v3.2.0-beta.1/js/search.js @@ -0,0 +1,173 @@ +// Search module for phpDocumentor +// +// This module is a wrapper around fuse.js that will use a given index and attach itself to a +// search form and to a search results pane identified by the following data attributes: +// +// 1. data-search-form +// 2. data-search-results +// +// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for +// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated +// with rendered results. +// +// The search has various stages, upon loading this stage the data-search-form receives the CSS class +// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended +// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this +// feature. +// +// After loading this module, it is expected to load a search index asynchronously, for example: +// +// +// +// In this script the generated index should attach itself to the search module using the `appendIndex` function. By +// doing it like this the page will continue loading, unhindered by the loading of the search. +// +// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will +// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this +// point, the input field will also have it's 'disabled' attribute removed. +var Search = (function () { + var fuse; + var index = []; + var options = { + shouldSort: true, + threshold: 0.6, + location: 0, + distance: 100, + maxPatternLength: 32, + minMatchCharLength: 1, + keys: [ + "fqsen", + "name", + "summary", + "url" + ] + }; + + // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function) + // Returns a function, that, as long as it continues to be invoked, will not + // be triggered. The function will be called after it stops being called for + // N milliseconds. If `immediate` is passed, trigger the function on the + // leading edge, instead of the trailing. + function debounce(func, wait, immediate) { + var timeout; + + return function executedFunction() { + var context = this; + var args = arguments; + + var later = function () { + timeout = null; + if (!immediate) func.apply(context, args); + }; + + var callNow = immediate && !timeout; + clearTimeout(timeout); + timeout = setTimeout(later, wait); + if (callNow) func.apply(context, args); + }; + } + + function close() { + // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ + const scrollY = document.body.style.top; + document.body.style.position = ''; + document.body.style.top = ''; + window.scrollTo(0, parseInt(scrollY || '0') * -1); + // End scroll prevention + + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + + form.classList.toggle('phpdocumentor-search--has-results', false); + searchResults.classList.add('phpdocumentor-search-results--hidden'); + var searchField = document.querySelector('[data-search-form] input[type="search"]'); + searchField.blur(); + } + + function search(event) { + // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/ + document.body.style.position = 'fixed'; + document.body.style.top = `-${window.scrollY}px`; + // End scroll prevention + + // prevent enter's from autosubmitting + event.stopPropagation(); + + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + var searchResultEntries = document.querySelector('[data-search-results] .phpdocumentor-search-results__entries'); + + searchResultEntries.innerHTML = ''; + + if (!event.target.value) { + close(); + return; + } + + form.classList.toggle('phpdocumentor-search--has-results', true); + searchResults.classList.remove('phpdocumentor-search-results--hidden'); + var results = fuse.search(event.target.value, {limit: 25}); + + results.forEach(function (result) { + var entry = document.createElement("li"); + entry.classList.add("phpdocumentor-search-results__entry"); + entry.innerHTML += '

                                                                                                          ' + result.name + "

                                                                                                          \n"; + entry.innerHTML += '' + result.fqsen + "\n"; + entry.innerHTML += '
                                                                                                          ' + result.summary + '
                                                                                                          '; + searchResultEntries.appendChild(entry) + }); + } + + function appendIndex(added) { + index = index.concat(added); + + // re-initialize search engine when appending an index after initialisation + if (typeof fuse !== 'undefined') { + fuse = new Fuse(index, options); + } + } + + function init() { + fuse = new Fuse(index, options); + + var form = document.querySelector('[data-search-form]'); + var searchField = document.querySelector('[data-search-form] input[type="search"]'); + + var closeButton = document.querySelector('.phpdocumentor-search-results__close'); + closeButton.addEventListener('click', function() { close() }.bind(this)); + + var searchResults = document.querySelector('[data-search-results]'); + searchResults.addEventListener('click', function() { close() }.bind(this)); + + form.classList.add('phpdocumentor-search--active'); + + searchField.setAttribute('placeholder', 'Search (Press "/" to focus)'); + searchField.removeAttribute('disabled'); + searchField.addEventListener('keyup', debounce(search, 300)); + + window.addEventListener('keyup', function (event) { + if (event.key === '/') { + searchField.focus(); + } + if (event.code === 'Escape') { + close(); + } + }.bind(this)); + } + + return { + appendIndex, + init + } +})(); + +window.addEventListener('DOMContentLoaded', function () { + var form = document.querySelector('[data-search-form]'); + + // When JS is supported; show search box. Must be before including the search for it to take effect immediately + form.classList.add('phpdocumentor-search--enabled'); +}); + +window.addEventListener('load', function () { + Search.init(); +}); diff --git a/doc/v3.2.0-beta.1/js/searchIndex.js b/doc/v3.2.0-beta.1/js/searchIndex.js new file mode 100644 index 0000000..6191dcc --- /dev/null +++ b/doc/v3.2.0-beta.1/js/searchIndex.js @@ -0,0 +1,944 @@ +Search.appendIndex( + [ + { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address", + "name": "Address", + "summary": "Abstract\u0020model\u0020for\u0020a\u0020postal\u0020address.", + "url": "classes/MaxMind-MinFraud-Model-Address.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A\u0024distanceToIpLocation", + "name": "distanceToIpLocation", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#property_distanceToIpLocation" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A\u0024isInIpCountry", + "name": "isInIpCountry", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#property_isInIpCountry" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A\u0024isPostalInCity", + "name": "isPostalInCity", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#property_isPostalInCity" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A\u0024latitude", + "name": "latitude", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#property_latitude" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Address\u003A\u003A\u0024longitude", + "name": "longitude", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Address.html#property_longitude" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\BillingAddress", + "name": "BillingAddress", + "summary": "Model\u0020containing\u0020information\u0020about\u0020the\u0020billing\u0020address.", + "url": "classes/MaxMind-MinFraud-Model-BillingAddress.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard", + "name": "CreditCard", + "summary": "Model\u0020with\u0020details\u0020about\u0020the\u0020credit\u0020card\u0020used.", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024brand", + "name": "brand", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_brand" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024country", + "name": "country", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_country" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024isBusiness", + "name": "isBusiness", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_isBusiness" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024isIssuedInBillingAddressCountry", + "name": "isIssuedInBillingAddressCountry", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_isIssuedInBillingAddressCountry" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024isPrepaid", + "name": "isPrepaid", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_isPrepaid" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024isVirtual", + "name": "isVirtual", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_isVirtual" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024issuer", + "name": "issuer", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_issuer" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\CreditCard\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-CreditCard.html#property_type" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device", + "name": "Device", + "summary": "Model\u0020with\u0020information\u0020about\u0020the\u0020device.", + "url": "classes/MaxMind-MinFraud-Model-Device.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003A\u0024confidence", + "name": "confidence", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#property_confidence" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003A\u0024id", + "name": "id", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#property_id" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003A\u0024lastSeen", + "name": "lastSeen", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#property_lastSeen" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Device\u003A\u003A\u0024localTime", + "name": "localTime", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Device.html#property_localTime" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition", + "name": "Disposition", + "summary": "Model\u0020with\u0020the\u0020disposition\u0020set\u0020by\u0020custom\u0020rules.", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition\u003A\u003A\u0024action", + "name": "action", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html#property_action" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition\u003A\u003A\u0024reason", + "name": "reason", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html#property_reason" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Disposition\u003A\u003A\u0024ruleLabel", + "name": "ruleLabel", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Disposition.html#property_ruleLabel" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email", + "name": "Email", + "summary": "Model\u0020containing\u0020information\u0020about\u0020the\u0020email\u0020address.", + "url": "classes/MaxMind-MinFraud-Model-Email.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A\u0024domain", + "name": "domain", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#property_domain" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A\u0024firstSeen", + "name": "firstSeen", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#property_firstSeen" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A\u0024isDisposable", + "name": "isDisposable", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#property_isDisposable" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A\u0024isFree", + "name": "isFree", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#property_isFree" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Email\u003A\u003A\u0024isHighRisk", + "name": "isHighRisk", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Email.html#property_isHighRisk" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\EmailDomain", + "name": "EmailDomain", + "summary": "Model\u0020containing\u0020information\u0020about\u0020the\u0020email\u0020domain.", + "url": "classes/MaxMind-MinFraud-Model-EmailDomain.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\EmailDomain\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-EmailDomain.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\EmailDomain\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-EmailDomain.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\EmailDomain\u003A\u003A\u0024firstSeen", + "name": "firstSeen", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-EmailDomain.html#property_firstSeen" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Factors", + "name": "Factors", + "summary": "Model\u0020representing\u0020the\u0020Factors\u0020response.", + "url": "classes/MaxMind-MinFraud-Model-Factors.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Factors\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Factors.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Factors\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Factors.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Factors\u003A\u003A\u0024riskScoreReasons", + "name": "riskScoreReasons", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Factors.html#property_riskScoreReasons" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Factors\u003A\u003A\u0024subscores", + "name": "subscores", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Factors.html#property_subscores" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\GeoIp2Location", + "name": "GeoIp2Location", + "summary": "Model\u0020of\u0020the\u0020GeoIP2\u0020Location\u0020information,\u0020including\u0020the\u0020local\u0020time.", + "url": "classes/MaxMind-MinFraud-Model-GeoIp2Location.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\GeoIp2Location\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-GeoIp2Location.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\GeoIp2Location\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-GeoIp2Location.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\GeoIp2Location\u003A\u003A\u0024localTime", + "name": "localTime", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-GeoIp2Location.html#property_localTime" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights", + "name": "Insights", + "summary": "Model\u0020of\u0020the\u0020Insights\u0020response.", + "url": "classes/MaxMind-MinFraud-Model-Insights.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024billingAddress", + "name": "billingAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_billingAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024billingPhone", + "name": "billingPhone", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_billingPhone" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024creditCard", + "name": "creditCard", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_creditCard" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024device", + "name": "device", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_device" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024disposition", + "name": "disposition", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_disposition" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024email", + "name": "email", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_email" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024fundsRemaining", + "name": "fundsRemaining", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_fundsRemaining" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024id", + "name": "id", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_id" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024ipAddress", + "name": "ipAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_ipAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024queriesRemaining", + "name": "queriesRemaining", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_queriesRemaining" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024riskScore", + "name": "riskScore", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_riskScore" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024shippingAddress", + "name": "shippingAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_shippingAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024shippingPhone", + "name": "shippingPhone", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_shippingPhone" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Insights\u003A\u003A\u0024warnings", + "name": "warnings", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Insights.html#property_warnings" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress", + "name": "IpAddress", + "summary": "Model\u0020containing\u0020GeoIP2\u0020data\u0020and\u0020the\u0020risk\u0020for\u0020the\u0020IP\u0020address.", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024city", + "name": "city", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_city" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024continent", + "name": "continent", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_continent" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024country", + "name": "country", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_country" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024registeredCountry", + "name": "registeredCountry", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_registeredCountry" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024location", + "name": "location", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_location" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024mostSpecificSubdivision", + "name": "mostSpecificSubdivision", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_mostSpecificSubdivision" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024postal", + "name": "postal", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_postal" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024representedCountry", + "name": "representedCountry", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_representedCountry" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024risk", + "name": "risk", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_risk" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024riskReasons", + "name": "riskReasons", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_riskReasons" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024subdivisions", + "name": "subdivisions", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_subdivisions" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpAddress\u003A\u003A\u0024traits", + "name": "traits", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpAddress.html#property_traits" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpRiskReason", + "name": "IpRiskReason", + "summary": "Reason\u0020for\u0020the\u0020IP\u0020risk.", + "url": "classes/MaxMind-MinFraud-Model-IpRiskReason.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpRiskReason\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpRiskReason.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpRiskReason\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpRiskReason.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpRiskReason\u003A\u003A\u0024code", + "name": "code", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpRiskReason.html#property_code" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\IpRiskReason\u003A\u003A\u0024reason", + "name": "reason", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-IpRiskReason.html#property_reason" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer", + "name": "Issuer", + "summary": "Model\u0020containing\u0020information\u0020about\u0020the\u0020card\u0020issuer.", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003A\u0024name", + "name": "name", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#property_name" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003A\u0024matchesProvidedName", + "name": "matchesProvidedName", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#property_matchesProvidedName" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003A\u0024phoneNumber", + "name": "phoneNumber", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#property_phoneNumber" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Issuer\u003A\u003A\u0024matchesProvidedPhoneNumber", + "name": "matchesProvidedPhoneNumber", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Issuer.html#property_matchesProvidedPhoneNumber" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone", + "name": "Phone", + "summary": "Model\u0020containing\u0020information\u0020about\u0020the\u0020billing\u0020or\u0020shipping\u0020phone\u0020number.", + "url": "classes/MaxMind-MinFraud-Model-Phone.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003A\u0024country", + "name": "country", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#property_country" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003A\u0024isVoip", + "name": "isVoip", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#property_isVoip" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003A\u0024networkOperator", + "name": "networkOperator", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#property_networkOperator" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Phone\u003A\u003A\u0024numberType", + "name": "numberType", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Phone.html#property_numberType" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Reason", + "name": "Reason", + "summary": "The\u0020risk\u0020score\u0020reason\u0020for\u0020the\u0020multiplier.", + "url": "classes/MaxMind-MinFraud-Model-Reason.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Reason\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Reason.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Reason\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Reason.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Reason\u003A\u003A\u0024code", + "name": "code", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Reason.html#property_code" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Reason\u003A\u003A\u0024reason", + "name": "reason", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Reason.html#property_reason" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\RiskScoreReason", + "name": "RiskScoreReason", + "summary": "The\u0020risk\u0020score\u0020multiplier\u0020and\u0020the\u0020reasons\u0020for\u0020that\u0020multiplier.", + "url": "classes/MaxMind-MinFraud-Model-RiskScoreReason.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\RiskScoreReason\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-RiskScoreReason.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\RiskScoreReason\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-RiskScoreReason.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\RiskScoreReason\u003A\u003A\u0024multiplier", + "name": "multiplier", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-RiskScoreReason.html#property_multiplier" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\RiskScoreReason\u003A\u003A\u0024reasons", + "name": "reasons", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-RiskScoreReason.html#property_reasons" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score", + "name": "Score", + "summary": "Model\u0020of\u0020the\u0020Score\u0020response.", + "url": "classes/MaxMind-MinFraud-Model-Score.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024disposition", + "name": "disposition", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_disposition" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024fundsRemaining", + "name": "fundsRemaining", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_fundsRemaining" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024id", + "name": "id", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_id" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024ipAddress", + "name": "ipAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_ipAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024queriesRemaining", + "name": "queriesRemaining", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_queriesRemaining" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024riskScore", + "name": "riskScore", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_riskScore" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Score\u003A\u003A\u0024warnings", + "name": "warnings", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Score.html#property_warnings" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ScoreIpAddress", + "name": "ScoreIpAddress", + "summary": "Model\u0020containing\u0020the\u0020IP\u0020address\u0027s\u0020risk\u0020for\u0020the\u0020Score\u0020response.", + "url": "classes/MaxMind-MinFraud-Model-ScoreIpAddress.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ScoreIpAddress\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ScoreIpAddress.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ScoreIpAddress\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ScoreIpAddress.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ScoreIpAddress\u003A\u003A\u0024risk", + "name": "risk", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ScoreIpAddress.html#property_risk" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ShippingAddress", + "name": "ShippingAddress", + "summary": "Model\u0020containing\u0020properties\u0020of\u0020the\u0020shipping\u0020address.", + "url": "classes/MaxMind-MinFraud-Model-ShippingAddress.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ShippingAddress\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ShippingAddress.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ShippingAddress\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ShippingAddress.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ShippingAddress\u003A\u003A\u0024distanceToBillingAddress", + "name": "distanceToBillingAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ShippingAddress.html#property_distanceToBillingAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\ShippingAddress\u003A\u003A\u0024isHighRisk", + "name": "isHighRisk", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-ShippingAddress.html#property_isHighRisk" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores", + "name": "Subscores", + "summary": "The\u0020scores\u0020for\u0020risk\u0020factors\u0020that\u0020are\u0020used\u0020in\u0020calculating\u0020the\u0020riskScore.", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024avsResult", + "name": "avsResult", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_avsResult" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024billingAddress", + "name": "billingAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_billingAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024billingAddressDistanceToIpLocation", + "name": "billingAddressDistanceToIpLocation", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_billingAddressDistanceToIpLocation" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024browser", + "name": "browser", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_browser" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024chargeback", + "name": "chargeback", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_chargeback" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024country", + "name": "country", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_country" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024countryMismatch", + "name": "countryMismatch", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_countryMismatch" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024cvvResult", + "name": "cvvResult", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_cvvResult" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024device", + "name": "device", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_device" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024emailAddress", + "name": "emailAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_emailAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024emailDomain", + "name": "emailDomain", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_emailDomain" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024emailLocalPart", + "name": "emailLocalPart", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_emailLocalPart" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024issuerIdNumber", + "name": "issuerIdNumber", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_issuerIdNumber" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024orderAmount", + "name": "orderAmount", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_orderAmount" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024phoneNumber", + "name": "phoneNumber", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_phoneNumber" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024shippingAddress", + "name": "shippingAddress", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_shippingAddress" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024shippingAddressDistanceToIpLocation", + "name": "shippingAddressDistanceToIpLocation", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_shippingAddressDistanceToIpLocation" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Subscores\u003A\u003A\u0024timeOfDay", + "name": "timeOfDay", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Subscores.html#property_timeOfDay" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning", + "name": "Warning", + "summary": "Warning\u0020about\u0020the\u0020minFraud\u0020request.", + "url": "classes/MaxMind-MinFraud-Model-Warning.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Warning.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning\u003A\u003AjsonSerialize\u0028\u0029", + "name": "jsonSerialize", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Warning.html#method_jsonSerialize" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning\u003A\u003A\u0024code", + "name": "code", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Warning.html#property_code" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning\u003A\u003A\u0024warning", + "name": "warning", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Warning.html#property_warning" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model\\Warning\u003A\u003A\u0024inputPointer", + "name": "inputPointer", + "summary": "", + "url": "classes/MaxMind-MinFraud-Model-Warning.html#property_inputPointer" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ReportTransaction", + "name": "ReportTransaction", + "summary": "", + "url": "classes/MaxMind-MinFraud-ReportTransaction.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ReportTransaction\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-ReportTransaction.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ReportTransaction\u003A\u003Areport\u0028\u0029", + "name": "report", + "summary": "This\u0020call\u0020allows\u0020you\u0020to\u0020report\u0020transactions\u0020to\u0020MaxMind\u0020for\u0020use\u0020in\nupdating\u0020the\u0020fraud\u0020score\u0020of\u0020future\u0020queries.\u0020The\u0020transaction\u0020should\u0020have\nbeen\u0020previously\u0020submitted\u0020to\u0020minFraud.", + "url": "classes/MaxMind-MinFraud-ReportTransaction.html#method_report" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ServiceClient", + "name": "ServiceClient", + "summary": "", + "url": "classes/MaxMind-MinFraud-ServiceClient.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ServiceClient\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud-ServiceClient.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\\ServiceClient\u003A\u003AVERSION", + "name": "VERSION", + "summary": "", + "url": "classes/MaxMind-MinFraud-ServiceClient.html#constant_VERSION" + }, { + "fqsen": "\\MaxMind\\MinFraud", + "name": "MinFraud", + "summary": "This\u0020class\u0020provides\u0020a\u0020client\u0020API\u0020for\u0020accessing\u0020MaxMind\u0020minFraud\u0020Score,\nInsights\u0020and\u0020Factors.", + "url": "classes/MaxMind-MinFraud.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/MaxMind-MinFraud.html#method___construct" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003Awith\u0028\u0029", + "name": "with", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020array\u0020to\u0020be\u0020sent\u0020to\u0020the\u0020web\nservice\u0020set\u0020to\u0020\u0060\u0024values\u0060.\u0020Existing\u0020values\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_with" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithDevice\u0028\u0029", + "name": "withDevice", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060device\u0060\u0020array\u0020set\u0020to\nthe\u0020values\u0020provided.\u0020Existing\u0020\u0060device\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withDevice" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithEvent\u0028\u0029", + "name": "withEvent", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060event\u0060\u0020array\u0020set\u0020to\nthe\u0020values\u0020provided.\u0020Existing\u0020\u0060event\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withEvent" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithAccount\u0028\u0029", + "name": "withAccount", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060account\u0060\u0020array\u0020set\u0020to\nthe\u0020values\u0020provided.\u0020Existing\u0020\u0060\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withAccount" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithEmail\u0028\u0029", + "name": "withEmail", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060email\u0060\u0020array\u0020set\u0020to\nvalues\u0020provided.\u0020Existing\u0020\u0060email\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withEmail" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithBilling\u0028\u0029", + "name": "withBilling", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060billing\u0060\u0020array\u0020set\u0020to\n\u0060\u0024values\u0060.\u0020Existing\u0020\u0060billing\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withBilling" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithShipping\u0028\u0029", + "name": "withShipping", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060shipping\u0060\u0020array\u0020set\u0020to\nthe\u0020values\u0020provided.\u0020Existing\u0020\u0060shipping\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withShipping" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithPayment\u0028\u0029", + "name": "withPayment", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060payment\u0060\u0020array\u0020set\u0020to\nthe\u0020values\u0020provided.\u0020Existing\u0020\u0060payment\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withPayment" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithCreditCard\u0028\u0029", + "name": "withCreditCard", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060credit_card\u0060\u0020array\u0020set\u0020to\nprovided\u0020values.\u0020Existing\u0020\u0060credit_card\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withCreditCard" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithCustomInputs\u0028\u0029", + "name": "withCustomInputs", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060custom_inputs\u0060\u0020array\u0020set\u0020to\n\u0060\u0024values\u0060.\u0020Existing\u0020\u0060custom_inputs\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withCustomInputs" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithOrder\u0028\u0029", + "name": "withOrder", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020\u0060order\u0060\u0020array\u0020set\u0020to\nthe\u0020provided\u0020values.\u0020Existing\u0020\u0060order\u0060\u0020data\u0020will\u0020be\u0020replaced.", + "url": "classes/MaxMind-MinFraud.html#method_withOrder" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003AwithShoppingCartItem\u0028\u0029", + "name": "withShoppingCartItem", + "summary": "This\u0020returns\u0020a\u0020\u0060MinFraud\u0060\u0020object\u0020with\u0020the\u0020provided\u0020values\u0020added\u0020to\u0020the\nshopping\u0020cart\u0020array.\u0020Existing\u0020shopping\u0020cart\u0020data\u0020will\u0020be\u0020preserved.", + "url": "classes/MaxMind-MinFraud.html#method_withShoppingCartItem" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003Ascore\u0028\u0029", + "name": "score", + "summary": "This\u0020method\u0020performs\u0020a\u0020minFraud\u0020Score\u0020lookup\u0020using\u0020the\u0020request\u0020data\u0020in\nthe\u0020current\u0020object\u0020and\u0020returns\u0020a\u0020model\u0020object\u0020for\u0020minFraud\u0020Score.", + "url": "classes/MaxMind-MinFraud.html#method_score" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003Ainsights\u0028\u0029", + "name": "insights", + "summary": "This\u0020method\u0020performs\u0020a\u0020minFraud\u0020Insights\u0020lookup\u0020using\u0020the\u0020request\u0020data\nin\u0020the\u0020current\u0020object\u0020and\u0020returns\u0020a\u0020model\u0020object\u0020for\u0020minFraud\u0020Insights.", + "url": "classes/MaxMind-MinFraud.html#method_insights" + }, { + "fqsen": "\\MaxMind\\MinFraud\u003A\u003Afactors\u0028\u0029", + "name": "factors", + "summary": "This\u0020method\u0020performs\u0020a\u0020minFraud\u0020Factors\u0020lookup\u0020using\u0020the\u0020request\u0020data\nin\u0020the\u0020current\u0020object\u0020and\u0020returns\u0020a\u0020model\u0020object\u0020for\u0020minFraud\u0020Factors.", + "url": "classes/MaxMind-MinFraud.html#method_factors" + }, { + "fqsen": "\\", + "name": "\\", + "summary": "", + "url": "namespaces/default.html" + }, { + "fqsen": "\\MaxMind\\MinFraud\\Model", + "name": "Model", + "summary": "", + "url": "namespaces/maxmind-minfraud-model.html" + }, { + "fqsen": "\\MaxMind\\MinFraud", + "name": "MinFraud", + "summary": "", + "url": "namespaces/maxmind-minfraud.html" + }, { + "fqsen": "\\MaxMind", + "name": "MaxMind", + "summary": "", + "url": "namespaces/maxmind.html" + } ] +); diff --git a/doc/v3.2.0-beta.1/js/template.js b/doc/v3.2.0-beta.1/js/template.js new file mode 100644 index 0000000..4938329 --- /dev/null +++ b/doc/v3.2.0-beta.1/js/template.js @@ -0,0 +1,17 @@ +(function(){ + window.addEventListener('load', () => { + const el = document.querySelector('.phpdocumentor-on-this-page__content') + if (!el) { + return; + } + + const observer = new IntersectionObserver( + ([e]) => { + e.target.classList.toggle("-stuck", e.intersectionRatio < 1); + }, + {threshold: [1]} + ); + + observer.observe(el); + }) +})(); diff --git a/doc/v3.2.0-beta.1/namespaces/default.html b/doc/v3.2.0-beta.1/namespaces/default.html new file mode 100644 index 0000000..8431a06 --- /dev/null +++ b/doc/v3.2.0-beta.1/namespaces/default.html @@ -0,0 +1,264 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                          +

                                                                                                          minFraud PHP API v3.2.0-beta.1

                                                                                                          + + + + + +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + + + +
                                                                                                          +
                                                                                                          +
                                                                                                            +
                                                                                                          + +
                                                                                                          +

                                                                                                          API Documentation

                                                                                                          + + +

                                                                                                          + Table of Contents + + +

                                                                                                          + + +

                                                                                                          + Namespaces + + +

                                                                                                          +
                                                                                                          +
                                                                                                          MaxMind
                                                                                                          +
                                                                                                          + + + + + + + + + + + + + +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          
                                                                                                          +        
                                                                                                          + +
                                                                                                          +
                                                                                                          + + + +
                                                                                                          +
                                                                                                          +
                                                                                                          + +
                                                                                                          + On this page + +
                                                                                                            +
                                                                                                          • Table Of Contents
                                                                                                          • +
                                                                                                          • +
                                                                                                              +
                                                                                                            +
                                                                                                          • + + +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                          +

                                                                                                          Search results

                                                                                                          + +
                                                                                                          +
                                                                                                          +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            + + +
                                                                                                            + + + + + + + + diff --git a/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud-model.html b/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud-model.html new file mode 100644 index 0000000..e786df7 --- /dev/null +++ b/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud-model.html @@ -0,0 +1,266 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                            +

                                                                                                            minFraud PHP API v3.2.0-beta.1

                                                                                                            + + + + + +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + + + +
                                                                                                            +
                                                                                                            + + +
                                                                                                            +

                                                                                                            Model

                                                                                                            + + +

                                                                                                            + Table of Contents + + +

                                                                                                            + + + + +

                                                                                                            + Classes + + +

                                                                                                            +
                                                                                                            +
                                                                                                            Address
                                                                                                            Abstract model for a postal address.
                                                                                                            BillingAddress
                                                                                                            Model containing information about the billing address.
                                                                                                            CreditCard
                                                                                                            Model with details about the credit card used.
                                                                                                            Device
                                                                                                            Model with information about the device.
                                                                                                            Disposition
                                                                                                            Model with the disposition set by custom rules.
                                                                                                            Email
                                                                                                            Model containing information about the email address.
                                                                                                            EmailDomain
                                                                                                            Model containing information about the email domain.
                                                                                                            Factors
                                                                                                            Model representing the Factors response.
                                                                                                            GeoIp2Location
                                                                                                            Model of the GeoIP2 Location information, including the local time.
                                                                                                            Insights
                                                                                                            Model of the Insights response.
                                                                                                            IpAddress
                                                                                                            Model containing GeoIP2 data and the risk for the IP address.
                                                                                                            IpRiskReason
                                                                                                            Reason for the IP risk.
                                                                                                            Issuer
                                                                                                            Model containing information about the card issuer.
                                                                                                            Phone
                                                                                                            Model containing information about the billing or shipping phone number.
                                                                                                            Reason
                                                                                                            The risk score reason for the multiplier.
                                                                                                            RiskScoreReason
                                                                                                            The risk score multiplier and the reasons for that multiplier.
                                                                                                            Score
                                                                                                            Model of the Score response.
                                                                                                            ScoreIpAddress
                                                                                                            Model containing the IP address's risk for the Score response.
                                                                                                            ShippingAddress
                                                                                                            Model containing properties of the shipping address.
                                                                                                            Subscores
                                                                                                            The scores for risk factors that are used in calculating the riskScore.
                                                                                                            Warning
                                                                                                            Warning about the minFraud request.
                                                                                                            + + + + + + + + + + + +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            
                                                                                                            +        
                                                                                                            + +
                                                                                                            +
                                                                                                            + + + +
                                                                                                            +
                                                                                                            +
                                                                                                            + +
                                                                                                            + On this page + +
                                                                                                              +
                                                                                                            • Table Of Contents
                                                                                                            • +
                                                                                                            • + +
                                                                                                            • + + +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +

                                                                                                            Search results

                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              + + +
                                                                                                              + + + + + + + + diff --git a/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud.html b/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud.html new file mode 100644 index 0000000..0d0d64a --- /dev/null +++ b/doc/v3.2.0-beta.1/namespaces/maxmind-minfraud.html @@ -0,0 +1,273 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                              +

                                                                                                              minFraud PHP API v3.2.0-beta.1

                                                                                                              + + + + + +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + + + +
                                                                                                              +
                                                                                                              + + +
                                                                                                              +

                                                                                                              MinFraud

                                                                                                              + + +

                                                                                                              + Table of Contents + + +

                                                                                                              + + +

                                                                                                              + Namespaces + + +

                                                                                                              +
                                                                                                              +
                                                                                                              Model
                                                                                                              +
                                                                                                              + + +

                                                                                                              + Classes + + +

                                                                                                              +
                                                                                                              +
                                                                                                              ReportTransaction
                                                                                                              ServiceClient
                                                                                                              + + + + + + + + + + + +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              
                                                                                                              +        
                                                                                                              + +
                                                                                                              +
                                                                                                              + + + +
                                                                                                              +
                                                                                                              +
                                                                                                              + +
                                                                                                              + On this page + +
                                                                                                                +
                                                                                                              • Table Of Contents
                                                                                                              • +
                                                                                                              • + +
                                                                                                              • + + +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                              +

                                                                                                              Search results

                                                                                                              + +
                                                                                                              +
                                                                                                              +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                + + +
                                                                                                                + + + + + + + + diff --git a/doc/v3.2.0-beta.1/namespaces/maxmind.html b/doc/v3.2.0-beta.1/namespaces/maxmind.html new file mode 100644 index 0000000..2b7b4a8 --- /dev/null +++ b/doc/v3.2.0-beta.1/namespaces/maxmind.html @@ -0,0 +1,273 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                +

                                                                                                                minFraud PHP API v3.2.0-beta.1

                                                                                                                + + + + + +
                                                                                                                + +
                                                                                                                +
                                                                                                                + + + + +
                                                                                                                +
                                                                                                                +
                                                                                                                  +
                                                                                                                + +
                                                                                                                +

                                                                                                                MaxMind

                                                                                                                + + +

                                                                                                                + Table of Contents + + +

                                                                                                                + + +

                                                                                                                + Namespaces + + +

                                                                                                                +
                                                                                                                +
                                                                                                                MinFraud
                                                                                                                +
                                                                                                                + + +

                                                                                                                + Classes + + +

                                                                                                                +
                                                                                                                +
                                                                                                                MinFraud
                                                                                                                This class provides a client API for accessing MaxMind minFraud Score, +Insights and Factors.
                                                                                                                + + + + + + + + + + + +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                
                                                                                                                +        
                                                                                                                + +
                                                                                                                +
                                                                                                                + + + +
                                                                                                                +
                                                                                                                +
                                                                                                                + +
                                                                                                                + On this page + +
                                                                                                                  +
                                                                                                                • Table Of Contents
                                                                                                                • +
                                                                                                                • + +
                                                                                                                • + + +
                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +

                                                                                                                Search results

                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + + +
                                                                                                                  + + + + + + + + diff --git a/doc/v3.2.0-beta.1/packages/Application.html b/doc/v3.2.0-beta.1/packages/Application.html new file mode 100644 index 0000000..343628c --- /dev/null +++ b/doc/v3.2.0-beta.1/packages/Application.html @@ -0,0 +1,265 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                  +

                                                                                                                  minFraud PHP API v3.2.0-beta.1

                                                                                                                  + + + + + +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + + + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                    +
                                                                                                                  + +
                                                                                                                  +

                                                                                                                  Application

                                                                                                                  + + +

                                                                                                                  + Table of Contents + + +

                                                                                                                  + + + + +

                                                                                                                  + Classes + + +

                                                                                                                  +
                                                                                                                  +
                                                                                                                  Address
                                                                                                                  Abstract model for a postal address.
                                                                                                                  BillingAddress
                                                                                                                  Model containing information about the billing address.
                                                                                                                  CreditCard
                                                                                                                  Model with details about the credit card used.
                                                                                                                  Device
                                                                                                                  Model with information about the device.
                                                                                                                  Disposition
                                                                                                                  Model with the disposition set by custom rules.
                                                                                                                  Email
                                                                                                                  Model containing information about the email address.
                                                                                                                  EmailDomain
                                                                                                                  Model containing information about the email domain.
                                                                                                                  Factors
                                                                                                                  Model representing the Factors response.
                                                                                                                  GeoIp2Location
                                                                                                                  Model of the GeoIP2 Location information, including the local time.
                                                                                                                  Insights
                                                                                                                  Model of the Insights response.
                                                                                                                  IpAddress
                                                                                                                  Model containing GeoIP2 data and the risk for the IP address.
                                                                                                                  IpRiskReason
                                                                                                                  Reason for the IP risk.
                                                                                                                  Issuer
                                                                                                                  Model containing information about the card issuer.
                                                                                                                  Phone
                                                                                                                  Model containing information about the billing or shipping phone number.
                                                                                                                  Reason
                                                                                                                  The risk score reason for the multiplier.
                                                                                                                  RiskScoreReason
                                                                                                                  The risk score multiplier and the reasons for that multiplier.
                                                                                                                  Score
                                                                                                                  Model of the Score response.
                                                                                                                  ScoreIpAddress
                                                                                                                  Model containing the IP address's risk for the Score response.
                                                                                                                  ShippingAddress
                                                                                                                  Model containing properties of the shipping address.
                                                                                                                  Subscores
                                                                                                                  The scores for risk factors that are used in calculating the riskScore.
                                                                                                                  Warning
                                                                                                                  Warning about the minFraud request.
                                                                                                                  ReportTransaction
                                                                                                                  ServiceClient
                                                                                                                  MinFraud
                                                                                                                  This class provides a client API for accessing MaxMind minFraud Score, +Insights and Factors.
                                                                                                                  + + + + + + + + + + + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  
                                                                                                                  +        
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  + On this page + +
                                                                                                                    +
                                                                                                                  • Table Of Contents
                                                                                                                  • +
                                                                                                                  • + +
                                                                                                                  • + + +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +

                                                                                                                  Search results

                                                                                                                  + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    + + + + + + + + diff --git a/doc/v3.2.0-beta.1/packages/default.html b/doc/v3.2.0-beta.1/packages/default.html new file mode 100644 index 0000000..4322750 --- /dev/null +++ b/doc/v3.2.0-beta.1/packages/default.html @@ -0,0 +1,264 @@ + + + + + minFraud PHP API v3.2.0-beta.1 + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    +

                                                                                                                    minFraud PHP API v3.2.0-beta.1

                                                                                                                    + + + + + +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                      +
                                                                                                                    + +
                                                                                                                    +

                                                                                                                    API Documentation

                                                                                                                    + + +

                                                                                                                    + Table of Contents + + +

                                                                                                                    + +

                                                                                                                    + Packages + + +

                                                                                                                    +
                                                                                                                    +
                                                                                                                    Application
                                                                                                                    +
                                                                                                                    + + + + + + + + + + + + + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    
                                                                                                                    +        
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    + On this page + +
                                                                                                                      +
                                                                                                                    • Table Of Contents
                                                                                                                    • +
                                                                                                                    • +
                                                                                                                        +
                                                                                                                      +
                                                                                                                    • + + +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +

                                                                                                                    Search results

                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      + + + + + + + + diff --git a/doc/v3.2.0-beta.1/reports/deprecated.html b/doc/v3.2.0-beta.1/reports/deprecated.html new file mode 100644 index 0000000..70e2f99 --- /dev/null +++ b/doc/v3.2.0-beta.1/reports/deprecated.html @@ -0,0 +1,132 @@ + + + + + minFraud PHP API v3.2.0-beta.1 » Deprecated elements + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                      +

                                                                                                                      minFraud PHP API v3.2.0-beta.1

                                                                                                                      + + + + + +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + + + +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      +

                                                                                                                      Deprecated

                                                                                                                      + + +
                                                                                                                      + No deprecated elements have been found in this project. +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Search results

                                                                                                                      + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        + + + + + + + + diff --git a/doc/v3.2.0-beta.1/reports/errors.html b/doc/v3.2.0-beta.1/reports/errors.html new file mode 100644 index 0000000..9720452 --- /dev/null +++ b/doc/v3.2.0-beta.1/reports/errors.html @@ -0,0 +1,131 @@ + + + + + minFraud PHP API v3.2.0-beta.1 » Compilation errors + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                        +

                                                                                                                        minFraud PHP API v3.2.0-beta.1

                                                                                                                        + + + + + +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + + + +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +

                                                                                                                        Errors

                                                                                                                        + + +
                                                                                                                        No errors have been found in this project.
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Search results

                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + + +
                                                                                                                          + + + + + + + + diff --git a/doc/v3.2.0-beta.1/reports/markers.html b/doc/v3.2.0-beta.1/reports/markers.html new file mode 100644 index 0000000..9fd6a29 --- /dev/null +++ b/doc/v3.2.0-beta.1/reports/markers.html @@ -0,0 +1,132 @@ + + + + + minFraud PHP API v3.2.0-beta.1 » Markers + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                          +

                                                                                                                          minFraud PHP API v3.2.0-beta.1

                                                                                                                          + + + + + +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + + + +
                                                                                                                          +
                                                                                                                          + + +
                                                                                                                          +

                                                                                                                          Markers

                                                                                                                          + +
                                                                                                                          + No markers have been found in this project. +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          Search results

                                                                                                                          + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + + + + + + + + diff --git a/index.md b/index.md index cb68e96..c3a7a8b 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ layout: default title: minFraud Score and Insights PHP API language: php -version: v3.1.0 +version: v3.2.0-beta.1 --- # MaxMind minFraud Factors, Insights, Score PHP API #