Application.php 388 B

123456789101112131415
  1. <?php
  2. // File generated from our OpenAPI spec
  3. namespace Stripe;
  4. /**
  5. * @property string $id Unique identifier for the object.
  6. * @property string $object String representing the object's type. Objects of the same type share the same value.
  7. * @property null|string $name The name of the application.
  8. */
  9. class Application extends ApiResource
  10. {
  11. const OBJECT_NAME = 'application';
  12. }