-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "remove @author tags from phpdocs"
This reverts commit 6e84ff2.
- Loading branch information
1 parent
de530e7
commit 39ffa1e
Showing
2,916 changed files
with
6,251 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
/** | ||
* Abstract class for SimpleTypes | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
*/ | ||
abstract class AbstractComplexType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
/** | ||
* Abstract class for Request classes | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
*/ | ||
abstract class AbstractRequest | ||
|
@@ -43,7 +44,6 @@ abstract class AbstractRequest | |
* Constructor | ||
* | ||
* @param \SoapClient|null $soapClient | ||
* @throws \SoapFault | ||
*/ | ||
public function __construct(\SoapClient $soapClient = null) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
/** | ||
* Abstract class for SimpleTypes | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
*/ | ||
abstract class AbstractSimpleType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Descriptive data for a physical location. May be used as an actual physical address (place to which one could go), or as a container of "address parts" which should be handled as a unit (such as a city-state-ZIP combination within the US). | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Specifies additional information about the address processed by the SHARE systems as a key-value pair. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* AddressToValidate | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* AddressValidationReply | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* AddressValidationRequest | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* AddressValidationResult | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Descriptive data for the client submitting a transaction. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* The descriptive data for a point-of-contact person. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the representation of human-readable text. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* The descriptive data regarding the result of the submitted transaction. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* NotificationParameter | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* ParsedAddressPartsDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* ParsedPostalCodeDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* ParsedStreetLineDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* TransactionDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply). | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Two part authentication string used for the sender's identity | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Used in authentication of the sender's identity. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Request sends the SOAP call to the FedEx servers and returns the response | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* AutoConfigurationType | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Specifies the address classification (business vs. residential) | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* NotificationSeverityType | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Specifies how different the address returned is from the address provided. This difference can be because the address is cannonialised to match the address specification standard set by USPS. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Address Validation Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* ArtifactPart | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Specifies the details about the criteria used for artifact selection during retrieval. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Descriptive data for the client submitting a transaction. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the representation of human-readable text. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* The descriptive data regarding the result of the submitted transaction. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* NotificationParameter | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* RetrieveJobResultsReply | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* This request object is used by the client to retrieve artifacts stored by the ASYNC service. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* RetrievedArtifact | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* TransactionDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply). | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Two part authentication string used for the sender's identity | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Used in authentication of the sender's identity. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Request sends the SOAP call to the FedEx servers and returns the response | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the format of the artifact. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Identifies the type of artifact created. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Indicates a FedEx Express operating region. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* NotificationSeverityType | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage ASync Service | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Descriptive data for the client submitting a transaction. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Close Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* CloseDocument | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Close Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Specifies characteristics of a close document to be produced. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Close Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* Contains all data required for close-time documents to be produced in conjunction with a specific set of shipments. For January 2010, there are no applicable options for the COD report, the Manifest, or the Multiweight Report (they will only be available in TEXT format). Detail specifications will be added for those report types when customer-selectable options are implemented. | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Close Service | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/** | ||
* CloseManifestReferenceDetail | ||
* | ||
* @author Jeremy Dunn <[email protected]> | ||
* @package PHP FedEx API wrapper | ||
* @subpackage Close Service | ||
* | ||
|
Oops, something went wrong.