mirror of
				https://github.com/stripe/stripe-ruby.git
				synced 2025-10-31 00:02:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # File generated from our OpenAPI spec
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| module Stripe
 | |
|   # A line item.
 | |
|   class LineItem < APIResource
 | |
|     OBJECT_NAME = "item"
 | |
|   end
 | |
| end
 |