Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Terminal;
|
||||
|
||||
/**
|
||||
* Class Location
|
||||
*
|
||||
* @property string $id
|
||||
* @property string $object
|
||||
* @property mixed $address
|
||||
* @property bool $deleted
|
||||
* @property string $display_name
|
||||
*
|
||||
* @package Stripe\Terminal
|
||||
*/
|
||||
class Location extends \Stripe\ApiResource
|
||||
{
|
||||
const OBJECT_NAME = "terminal.location";
|
||||
|
||||
use \Stripe\ApiOperations\All;
|
||||
use \Stripe\ApiOperations\Create;
|
||||
use \Stripe\ApiOperations\Delete;
|
||||
use \Stripe\ApiOperations\Retrieve;
|
||||
use \Stripe\ApiOperations\Update;
|
||||
}
|
||||
Reference in New Issue
Block a user