mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:07:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * @OA\Schema(
 | 
						|
 *   schema="ClientSubscription",
 | 
						|
 *   type="object",
 | 
						|
 *       @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
 | 
						|
 *       @OA\Property(property="subscription_id", type="string", example="Opnel5aKBz", description="______"),
 | 
						|
 *       @OA\Property(property="recurring_invoice_id", type="string", example="Opnel5aKBz", description="______"),
 | 
						|
 *       @OA\Property(property="company_id", type="string", example="Opnel5aKBz", description="______"),
 | 
						|
 *       @OA\Property(property="client_id", type="string", example="Opnel5aKBz", description="______"),
 | 
						|
 *       @OA\Property(property="trial_started", type="string", example="10-10-2021", description="______"),
 | 
						|
 *       @OA\Property(property="trial_ends", type="string", example="12-10-2021", description="______"),
 | 
						|
 *       @OA\Property(property="is_deleted", type="boolean", example="true", description="______"),
 | 
						|
 *       @OA\Property(property="archived_at", type="number", format="integer", example="1434342123", description="Timestamp"),
 | 
						|
 *       @OA\Property(property="created_at", type="number", format="integer", example="134341234234", description="Timestamp"),
 | 
						|
 *       @OA\Property(property="updated_at", type="number", format="integer", example="134341234234", description="Timestamp"),
 | 
						|
 * )
 | 
						|
 */
 | 
						|
            
 |