It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
use TurmericSpice\Container\InvalidAttributeException;
7
8
/**
9
* A Transaction is the purchase of a Shipment Label for a given Shipment Rate.
10
* Transactions can be as simple as posting a Rate ID, but also allow you to define further parameters of the desired Label, such as pickup and notifications.
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.