diff --git a/classes/EasyPost-Claim.html b/classes/EasyPost-Claim.html new file mode 100644 index 0000000..7b4c818 --- /dev/null +++ b/classes/EasyPost-Claim.html @@ -0,0 +1,2110 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
+

Documentation

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

+ Claim + + + extends EasyPostObject + + +
+ in package + +
+ + +

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

+ Table of Contents + +

+ +
+
+ $approved_amount + +  : string +
+
+ +
+ $attachments + +  : array<string|int, string> +
+
+ +
+ $check_delivery_address + +  : string +
+
+ +
+ $contact_email + +  : string +
+
+ +
+ $description + +  : string +
+
+ +
+ $history + +  : object +
+
+ +
+ $id + +  : string +
+
+ +
+ $insurance_amount + +  : string +
+
+ +
+ $insurance_id + +  : string +
+
+ +
+ $payment_method + +  : string +
+
+ +
+ $recipient_name + +  : string +
+
+ +
+ $requested_amount + +  : string +
+
+ +
+ $salvage_value + +  : string +
+
+ +
+ $shipment_id + +  : string +
+
+ +
+ $status + +  : string +
+
+ +
+ $status_detail + +  : string +
+
+ +
+ $status_timestamp + +  : string +
+
+ +
+ $tracking_code + +  : string +
+
+ +
+ $type + +  : string +
+
+ +
+ $_immutableValues + +  : array<string|int, mixed> +
+
+ +
+ $_values + +  : array<string|int, mixed> +
+
+ +
+ $_name + +  : mixed +
+
+ +
+ $_parent + +  : mixed +
+
+ +
+ __construct() + +  : mixed +
+
Constructor for EasyPost objects.
+ +
+ __get() + +  : mixed +
+
Getter.
+ +
+ __isset() + +  : bool +
+
`isset` magic method.
+ +
+ __set() + +  : void +
+
Standard accessor magic methods.
+ +
+ __toArray() + +  : array<string|int, mixed> +
+
Convert object to an array.
+ +
+ __toJSON() + +  : string|bool +
+
Convert object to JSON.
+ +
+ __toString() + +  : string +
+
Convert object to a string.
+ +
+ __unset() + +  : void +
+
`unset` magic method.
+ +
+ constructFrom() + +  : mixed +
+
Construct EasyPost objects from a response.
+ +
+ convertEach() + +  : void +
+
Convert each piece of an EasyPost object.
+ +
+ current() + +  : mixed +
+
Iterator methods.
+ +
+ key() + +  : mixed +
+
Iterator methods.
+ +
+ next() + +  : void +
+
Iterator methods.
+ +
+ offsetExists() + +  : bool +
+
ArrayAccess methods.
+ +
+ offsetGet() + +  : mixed +
+
ArrayAccess methods.
+ +
+ offsetSet() + +  : void +
+
ArrayAccess methods.
+ +
+ offsetUnset() + +  : void +
+
ArrayAccess methods.
+ +
+ rewind() + +  : void +
+
Iterator methods.
+ +
+ valid() + +  : bool +
+
Iterator methods.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $approved_amount + + + +

+ + + + + public + string + $approved_amount + + + +
+ + + +
+
+

+ $attachments + + + +

+ + + + + public + array<string|int, string> + $attachments + + + +
+ + + +
+
+

+ $check_delivery_address + + + +

+ + + + + public + string + $check_delivery_address + + + +
+ + + +
+
+

+ $contact_email + + + +

+ + + + + public + string + $contact_email + + + +
+ + + +
+
+

+ $description + + + +

+ + + + + public + string + $description + + + +
+ + + +
+
+

+ $history + + + +

+ + + + + public + object + $history + + + +
+ + + +
+
+

+ $id + + + +

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

+ $insurance_amount + + + +

+ + + + + public + string + $insurance_amount + + + +
+ + + +
+
+

+ $insurance_id + + + +

+ + + + + public + string + $insurance_id + + + +
+ + + +
+
+

+ $payment_method + + + +

+ + + + + public + string + $payment_method + + + +
+ + + +
+
+

+ $recipient_name + + + +

+ + + + + public + string + $recipient_name + + + +
+ + + +
+
+

+ $requested_amount + + + +

+ + + + + public + string + $requested_amount + + + +
+ + + +
+
+

+ $salvage_value + + + +

+ + + + + public + string + $salvage_value + + + +
+ + + +
+
+

+ $shipment_id + + + +

+ + + + + public + string + $shipment_id + + + +
+ + + +
+
+

+ $status + + + +

+ + + + + public + string + $status + + + +
+ + + +
+
+

+ $status_detail + + + +

+ + + + + public + string + $status_detail + + + +
+ + + +
+
+

+ $status_timestamp + + + +

+ + + + + public + string + $status_timestamp + + + +
+ + + +
+
+

+ $tracking_code + + + +

+ + + + + public + string + $tracking_code + + + +
+ + + +
+
+

+ $type + + + +

+ + + + + public + string + $type + + + +
+ + + +
+
+

+ $_immutableValues + + + +

+ + + + + protected + array<string|int, mixed> + $_immutableValues + + + + + + +
+
+

+ $_values + + + +

+ + + + + protected + array<string|int, mixed> + $_values + + + + + + +
+
+

+ $_name + + + +

+ + + + + private + mixed + $_name + + +
+ +
+ + + +
+
+

+ $_parent + + + +

+ + + + + private + mixed + $_parent + + +
+ +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Constructor for EasyPost objects.

+ + + public + __construct([mixed $parent = null ][, mixed $name = null ]) : mixed + + +
Parameters
+
+
+ $parent + : mixed + = null
+
+ +
+
+ $name + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+
+

+ __get() + +

+ + +

Getter.

+ + + public + __get(string $k) : mixed + + +
Parameters
+
+
+ $k + : string +
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+
+

+ __isset() + +

+ + +

`isset` magic method.

+ + + public + __isset(string $k) : bool + + +
Parameters
+
+
+ $k + : string +
+
+ +
+
+ + + +
Return values
+ bool + — + + +
+
+

+ __set() + +

+ + +

Standard accessor magic methods.

+ + + public + __set(string $k, mixed $v) : void + + +
Parameters
+
+
+ $k + : string +
+
+ +
+
+ $v + : mixed +
+
+ +
+
+ + + +
Return values
+ void + — + + +
+
+

+ __toArray() + +

+ + +

Convert object to an array.

+ + + public + __toArray([bool|null $recursive = false ]) : array<string|int, mixed> + + +
Parameters
+
+
+ $recursive + : bool|null + = false
+
+ +
+
+ + + +
Return values
+ array<string|int, mixed> + — + + +
+
+

+ __toJSON() + +

+ + +

Convert object to JSON.

+ + + public + __toJSON() : string|bool + + + + + +
Return values
+ string|bool + — + + +
+
+

+ __toString() + +

+ + +

Convert object to a string.

+ + + public + __toString() : string + + + + + +
Return values
+ string + — + + +
+
+

+ __unset() + +

+ + +

`unset` magic method.

+ + + public + __unset(string $k) : void + + +
Parameters
+
+
+ $k + : string +
+
+ +
+
+ + + +
Return values
+ void + — + + +
+
+

+ constructFrom() + +

+ + +

Construct EasyPost objects from a response.

+ + + public + static constructFrom(EasyPostClient|null $client, array<string|int, mixed> $values, string $class) : mixed + + +
Parameters
+
+
+ $client + : EasyPostClient|null +
+
+ +
+
+ $values + : array<string|int, mixed> +
+
+ +
+
+ $class + : string +
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+
+

+ convertEach() + +

+ + +

Convert each piece of an EasyPost object.

+ + + public + convertEach(EasyPostClient|null $client, array<string|int, mixed> $values) : void + + +
Parameters
+
+
+ $client + : EasyPostClient|null +
+
+ +
+
+ $values + : array<string|int, mixed> +
+
+ +
+
+ + + +
Return values
+ void + — + + +
+
+

+ current() + +

+ + +

Iterator methods.

+ + + public + current() : mixed + + + + + +
Return values
+ mixed + — + + +
+
+

+ key() + +

+ + +

Iterator methods.

+ + + public + key() : mixed + + + + + +
Return values
+ mixed + — + + +
+
+

+ next() + +

+ + +

Iterator methods.

+ + + public + next() : void + + + + + +
Return values
+ void + — + + +
+
+

+ offsetExists() + +

+ + +

ArrayAccess methods.

+ + + public + offsetExists(mixed $k) : bool + + +
Parameters
+
+
+ $k + : mixed +
+
+ +
+
+ + + +
Return values
+ bool + — + + +
+
+

+ offsetGet() + +

+ + +

ArrayAccess methods.

+ + + public + offsetGet(mixed $k) : mixed + + +
Parameters
+
+
+ $k + : mixed +
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+
+

+ offsetSet() + +

+ + +

ArrayAccess methods.

+ + + public + offsetSet(mixed $k, mixed $v) : void + + +
Parameters
+
+
+ $k + : mixed +
+
+ +
+
+ $v + : mixed +
+
+ +
+
+ + + +
Return values
+ void + — + + +
+
+

+ offsetUnset() + +

+ + +

ArrayAccess methods.

+ + + public + offsetUnset(mixed $k) : void + + +
Parameters
+
+
+ $k + : mixed +
+
+ +
+
+ + + +
Return values
+ void + — + + +
+
+

+ rewind() + +

+ + +

Iterator methods.

+ + + public + rewind() : void + + + + + +
Return values
+ void + — + + +
+
+

+ valid() + +

+ + +

Iterator methods.

+ + + public + valid() : bool + + + + + +
Return values
+ bool + — + + +
+
+ + + + +
+
+
+
+

Search results

+ +
+
+
    +
    +
    +
    +
    +
    + + +
    + + + + + + + + diff --git a/classes/EasyPost-EasyPostClient.html b/classes/EasyPost-EasyPostClient.html index 907ddae..7803a66 100644 --- a/classes/EasyPost-EasyPostClient.html +++ b/classes/EasyPost-EasyPostClient.html @@ -137,7 +137,7 @@

    @@ -211,6 +211,13 @@

     : CarrierMetadataService +
    + +
    + $claim + +  : ClaimService +
    @@ -824,6 +831,39 @@

    + +
    @@ -1271,7 +1311,7 @@

    @@ -1305,7 +1345,7 @@

    @@ -1571,7 +1611,7 @@

    @@ -1605,7 +1645,7 @@

    @@ -1639,7 +1679,7 @@

    @@ -1673,7 +1713,7 @@

    @@ -1711,7 +1751,7 @@

    @@ -1775,7 +1815,7 @@

    @@ -1832,7 +1872,7 @@

    @@ -1865,7 +1905,7 @@

    @@ -1898,7 +1938,7 @@

    @@ -1931,7 +1971,7 @@

    @@ -1964,7 +2004,7 @@

    @@ -1997,7 +2037,7 @@

    @@ -2040,7 +2080,7 @@

    @@ -2083,7 +2123,7 @@

    @@ -2126,7 +2166,7 @@

    diff --git a/classes/EasyPost-Service-ClaimService.html b/classes/EasyPost-Service-ClaimService.html new file mode 100644 index 0000000..b7e91f0 --- /dev/null +++ b/classes/EasyPost-Service-ClaimService.html @@ -0,0 +1,1310 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

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

    + ClaimService + + + extends BaseService + + +
    + in package + +
    + + +

    + + + +

    Claim service containing all the logic to make API calls.

    + + + + + + + + + +

    + Table of Contents + +

    + +
    +
    + $client + +  : EasyPostClient +
    +
    + +
    + all() + +  : mixed +
    +
    Retrieve all claim objects.
    + +
    + cancel() + +  : mixed +
    +
    Cancel a claim object.
    + +
    + create() + +  : mixed +
    +
    Create an claim object.
    + +
    + getNextPage() + +  : mixed +
    +
    Retrieve the next page of claim collection.
    + +
    + retrieve() + +  : mixed +
    +
    Retrieve an claim object.
    + +
    + __construct() + +  : mixed +
    +
    Service constructor shared by all child services.
    + +
    + allResources() + +  : mixed +
    +
    Internal retrieve all method.
    + +
    + className() + +  : string +
    +
    The class name of an object.
    + +
    + classUrl() + +  : string +
    +
    The class URL of an object.
    + +
    + createResource() + +  : mixed +
    +
    Internal create method.
    + +
    + deleteResource() + +  : void +
    +
    Internal delete method.
    + +
    + getNextPageResources() + +  : mixed +
    +
    Internal retrieve next page method.
    + +
    + instanceUrl() + +  : string +
    +
    The instance URL of an object.
    + +
    + retrieveResource() + +  : mixed +
    +
    Internal retrieve method.
    + +
    + serviceModelClassName() + +  : string +
    +
    Gets the class name of a Service's model.
    + +
    + updateResource() + +  : mixed +
    +
    Internal update method.
    + +
    + validate() + +  : void +
    +
    Validate library usage.
    + +
    + + + + + + +
    +

    + Properties + +

    + +
    + +
    +

    + Methods + +

    +
    +

    + all() + +

    + + +

    Retrieve all claim objects.

    + + + public + all([mixed $params = null ]) : mixed + + +
    Parameters
    +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + cancel() + +

    + + +

    Cancel a claim object.

    + + + public + cancel(string $id) : mixed + + +
    Parameters
    +
    +
    + $id + : string +
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + create() + +

    + + +

    Create an claim object.

    + + + public + create([mixed $params = null ]) : mixed + + +
    Parameters
    +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + getNextPage() + +

    + + +

    Retrieve the next page of claim collection.

    + + + public + getNextPage(mixed $claims[, int|null $pageSize = null ]) : mixed + + +
    Parameters
    +
    +
    + $claims + : mixed +
    +
    + +
    +
    + $pageSize + : int|null + = null
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + retrieve() + +

    + + +

    Retrieve an claim object.

    + + + public + retrieve(string $id) : mixed + + +
    Parameters
    +
    +
    + $id + : string +
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + __construct() + +

    + + +

    Service constructor shared by all child services.

    + + + protected + __construct(EasyPostClient $client) : mixed + + +
    Parameters
    +
    +
    + $client + : EasyPostClient +
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + allResources() + +

    + + +

    Internal retrieve all method.

    + + + protected + allResources(string $class[, mixed $params = null ][, bool $beta = false ]) : mixed + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + $beta + : bool + = false
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + className() + +

    + + +

    The class name of an object.

    + + + protected + static className(string $class) : string + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + + + +
    Return values
    + string + — + + +
    +
    +

    + classUrl() + +

    + + +

    The class URL of an object.

    + + + protected + static classUrl(string $class) : string + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + + + +
    Return values
    + string + — + + +
    +
    +

    + createResource() + +

    + + +

    Internal create method.

    + + + protected + createResource(string $class[, mixed $params = null ][, bool $beta = false ]) : mixed + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + $beta + : bool + = false
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + deleteResource() + +

    + + +

    Internal delete method.

    + + + protected + deleteResource(string $class, string $id[, mixed $params = null ][, bool $beta = false ]) : void + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $id + : string +
    +
    + +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + $beta + : bool + = false
    +
    + +
    +
    + + + +
    Return values
    + void + — + + +
    +
    +

    + getNextPageResources() + +

    + + +

    Internal retrieve next page method.

    + + + protected + getNextPageResources(string $class, mixed $collection[, int|null $pageSize = null ]) : mixed + +

    TODO: Use this method in EndShipper and Batch once the API fully support it.

    +
    + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $collection + : mixed +
    +
    + +
    +
    + $pageSize + : int|null + = null
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + instanceUrl() + +

    + + +

    The instance URL of an object.

    + + + protected + instanceUrl(string $class, string $id) : string + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $id + : string +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + throws +
    +
    + InvalidObjectException + + +
    +
    + +
    Return values
    + string + — + + +
    +
    +

    + retrieveResource() + +

    + + +

    Internal retrieve method.

    + + + protected + retrieveResource(string $class, string $id[, bool $beta = false ]) : mixed + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $id + : string +
    +
    + +
    +
    + $beta + : bool + = false
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + serviceModelClassName() + +

    + + +

    Gets the class name of a Service's model.

    + + + protected + static serviceModelClassName(string $serviceClassName) : string + + +
    Parameters
    +
    +
    + $serviceClassName + : string +
    +
    + +
    +
    + + + +
    Return values
    + string + — + + +
    +
    +

    + updateResource() + +

    + + +

    Internal update method.

    + + + protected + updateResource(string $class, string $id[, mixed $params = null ][, string|null $method = 'patch' ][, bool $beta = false ]) : mixed + + +
    Parameters
    +
    +
    + $class + : string +
    +
    + +
    +
    + $id + : string +
    +
    + +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + $method + : string|null + = 'patch'
    +
    + +
    +
    + $beta + : bool + = false
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    +
    +

    + validate() + +

    + + +

    Validate library usage.

    + + + protected + static validate([mixed $params = null ]) : void + + +
    Parameters
    +
    +
    + $params + : mixed + = null
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + throws +
    +
    + InvalidParameterException + + +
    +
    + +
    Return values
    + void + — + + +
    +
    + + + + +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/EasyPost-Util-InternalUtil.html b/classes/EasyPost-Util-InternalUtil.html index c2f291f..103f432 100644 --- a/classes/EasyPost-Util-InternalUtil.html +++ b/classes/EasyPost-Util-InternalUtil.html @@ -135,7 +135,7 @@

      @@ -202,7 +202,7 @@

      @@ -252,7 +252,7 @@

      @@ -333,7 +333,7 @@

      diff --git a/files/lib-easypost-claim.html b/files/lib-easypost-claim.html new file mode 100644 index 0000000..3118a71 --- /dev/null +++ b/files/lib-easypost-claim.html @@ -0,0 +1,175 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

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

      Claim.php

      + + +
      + + + + + + +

      + Interfaces, Classes, Traits and Enums + +

      + +
      + +
      Claim
      +
      + + +
      + + + + + + + + +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/files/lib-easypost-service-claimservice.html b/files/lib-easypost-service-claimservice.html new file mode 100644 index 0000000..a5a9b82 --- /dev/null +++ b/files/lib-easypost-service-claimservice.html @@ -0,0 +1,175 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

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

        ClaimService.php

        + + +
        + + + + + + +

        + Interfaces, Classes, Traits and Enums + +

        + +
        + +
        ClaimService
        +
        Claim service containing all the logic to make API calls.
        + + +
        + + + + + + + + +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/files/lib-easypost-util-internalutil.html b/files/lib-easypost-util-internalutil.html index e43f0ba..44f849f 100644 --- a/files/lib-easypost-util-internalutil.html +++ b/files/lib-easypost-util-internalutil.html @@ -156,7 +156,7 @@

          OBJECT_MAPPING -  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] +  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class]
          @@ -179,7 +179,7 @@

          @@ -208,7 +208,7 @@

          @@ -217,7 +217,7 @@

          public mixed OBJECT_MAPPING - = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] + = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] diff --git a/indices/files.html b/indices/files.html index 8449925..9f37d32 100644 --- a/indices/files.html +++ b/indices/files.html @@ -140,6 +140,8 @@

          C

        • CarrierAccountService.php
        • CarrierDetail.php
        • CarrierMetadataService.php
        • +
        • Claim.php
        • +
        • ClaimService.php
        • Constants.php
        • CustomsInfo.php
        • CustomsInfoService.php
        • diff --git a/js/searchIndex.js b/js/searchIndex.js index 4aa73e2..2fc68c2 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -35,6 +35,11 @@ Search.appendIndex( "name": "CarrierDetail", "summary": "", "url": "classes/EasyPost-CarrierDetail.html" + }, { + "fqsen": "\\EasyPost\\Claim", + "name": "Claim", + "summary": "", + "url": "classes/EasyPost-Claim.html" }, { "fqsen": "\\EasyPost\\Constant\\Constants", "name": "Constants", @@ -1040,6 +1045,36 @@ Search.appendIndex( "name": "retrieve", "summary": "Get\u0020carrier\u0020metadata\u0020for\u0020all\u0020carriers\u0020on\u0020the\u0020EasyPost\u0020platform.", "url": "classes/EasyPost-Service-CarrierMetadataService.html#method_retrieve" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService", + "name": "ClaimService", + "summary": "Claim\u0020service\u0020containing\u0020all\u0020the\u0020logic\u0020to\u0020make\u0020API\u0020calls.", + "url": "classes/EasyPost-Service-ClaimService.html" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "Create\u0020an\u0020claim\u0020object.", + "url": "classes/EasyPost-Service-ClaimService.html#method_create" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService\u003A\u003Aretrieve\u0028\u0029", + "name": "retrieve", + "summary": "Retrieve\u0020an\u0020claim\u0020object.", + "url": "classes/EasyPost-Service-ClaimService.html#method_retrieve" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService\u003A\u003Aall\u0028\u0029", + "name": "all", + "summary": "Retrieve\u0020all\u0020claim\u0020objects.", + "url": "classes/EasyPost-Service-ClaimService.html#method_all" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService\u003A\u003AgetNextPage\u0028\u0029", + "name": "getNextPage", + "summary": "Retrieve\u0020the\u0020next\u0020page\u0020of\u0020claim\u0020collection.", + "url": "classes/EasyPost-Service-ClaimService.html#method_getNextPage" + }, { + "fqsen": "\\EasyPost\\Service\\ClaimService\u003A\u003Acancel\u0028\u0029", + "name": "cancel", + "summary": "Cancel\u0020a\u0020claim\u0020object.", + "url": "classes/EasyPost-Service-ClaimService.html#method_cancel" }, { "fqsen": "\\EasyPost\\Service\\CustomsInfoService", "name": "CustomsInfoService", diff --git a/namespaces/easypost-service.html b/namespaces/easypost-service.html index 2d0cc52..40e7d14 100644 --- a/namespaces/easypost-service.html +++ b/namespaces/easypost-service.html @@ -146,6 +146,8 @@

          CarrierAccount service containing all the logic to make API calls.
          CarrierMetadataService
          CarrierMetadata service containing all the logic to make API calls.
          +
          ClaimService
          +
          Claim service containing all the logic to make API calls.
          CustomsInfoService
          CustomsInfo service containing all the logic to make API calls.
          CustomsItemService
          diff --git a/namespaces/easypost-util.html b/namespaces/easypost-util.html index 13b8e0e..f5aa0ff 100644 --- a/namespaces/easypost-util.html +++ b/namespaces/easypost-util.html @@ -153,7 +153,7 @@

          OBJECT_MAPPING -  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] +  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class]
          @@ -174,7 +174,7 @@

          @@ -203,7 +203,7 @@

          @@ -212,7 +212,7 @@

          public mixed OBJECT_MAPPING - = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] + = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] diff --git a/namespaces/easypost.html b/namespaces/easypost.html index 50380f2..06df497 100644 --- a/namespaces/easypost.html +++ b/namespaces/easypost.html @@ -153,6 +153,8 @@

          CarrierAccount
          CarrierDetail
          +
          +
          Claim
          CustomsInfo
          diff --git a/packages/Application.html b/packages/Application.html index 60687af..1222817 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -205,6 +205,8 @@

          CarrierAccount service containing all the logic to make API calls.
          CarrierMetadataService
          CarrierMetadata service containing all the logic to make API calls.
          +
          ClaimService
          +
          Claim service containing all the logic to make API calls.
          CustomsInfoService
          CustomsInfo service containing all the logic to make API calls.
          CustomsItemService
          @@ -266,7 +268,7 @@

          OBJECT_MAPPING -  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] +  = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class]
          @@ -287,7 +289,7 @@

          @@ -316,7 +318,7 @@

          @@ -325,7 +327,7 @@

          public mixed OBJECT_MAPPING - = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] + = ['Address' => \EasyPost\Address::class, 'ApiKey' => \EasyPost\ApiKey::class, 'Batch' => \EasyPost\Batch::class, 'Brand' => \EasyPost\Brand::class, 'CarrierAccount' => \EasyPost\CarrierAccount::class, 'CarrierDetail' => \EasyPost\CarrierDetail::class, 'Claim' => \EasyPost\Claim::class, 'CustomsInfo' => \EasyPost\CustomsInfo::class, 'CustomsItem' => \EasyPost\CustomsItem::class, 'EndShipper' => \EasyPost\EndShipper::class, 'Event' => \EasyPost\Event::class, 'Fee' => \EasyPost\Fee::class, 'Insurance' => \EasyPost\Insurance::class, 'Order' => \EasyPost\Order::class, 'Parcel' => \EasyPost\Parcel::class, 'PaymentLogReport' => \EasyPost\Report::class, 'Pickup' => \EasyPost\Pickup::class, 'PickupRate' => \EasyPost\PickupRate::class, 'PostageLabel' => \EasyPost\PostageLabel::class, 'Rate' => \EasyPost\Rate::class, 'Refund' => \EasyPost\Refund::class, 'RefundReport' => \EasyPost\Report::class, 'Report' => \EasyPost\Report::class, 'ScanForm' => \EasyPost\ScanForm::class, 'Shipment' => \EasyPost\Shipment::class, 'ShipmentInvoiceReport' => \EasyPost\Report::class, 'ShipmentReport' => \EasyPost\Report::class, 'TaxIdentifier' => \EasyPost\TaxIdentifier::class, 'Tracker' => \EasyPost\Tracker::class, 'TrackerReport' => \EasyPost\Report::class, 'TrackingDetail' => \EasyPost\TrackingDetail::class, 'TrackingLocation' => \EasyPost\TrackingLocation::class, 'User' => \EasyPost\User::class, 'Webhook' => \EasyPost\Webhook::class] diff --git a/packages/EasyPost.html b/packages/EasyPost.html index bd30620..1c49872 100644 --- a/packages/EasyPost.html +++ b/packages/EasyPost.html @@ -140,6 +140,8 @@

          CarrierAccount
          CarrierDetail
          +
          +
          Claim
          CustomsInfo
          diff --git a/reports/markers.html b/reports/markers.html index 67c020c..2ae348e 100644 --- a/reports/markers.html +++ b/reports/markers.html @@ -145,7 +145,7 @@

          EasyPostClient.php

          TODO - 145 + 148 checking for `_parent` is a hack and should be fixed when we revisit the