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/order_risks
*/
class OrderRisk extends AbstractNestedCountableCrudResource
{
* @var string
protected $resourceParentEndpointPleural = 'orders';
protected $resourceChildEndpointPleural = 'risks';
protected $resourceChildKeySingular = 'risk';
protected $resourceChildKeyPleural = 'risks';
}