src/Buy/Browse/V1/Model/ShippingOption.php
ShippingOption
has 46 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ShippingOption implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
File ShippingOption.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*