for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ShopifyClient\Resource;
/**
* https://help.shopify.com/api/reference/country
*/
class Country extends AbstractCrudResource
{
* @var string
protected $resourceKeySingular = 'country';
protected $resourceKeyPleural = 'countries';
* @var bool
protected $countable = true;
}