mirror of
				https://github.com/stripe/stripe-ruby.git
				synced 2025-10-31 00:02:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			252 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			252 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # File generated from our OpenAPI spec
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| module Stripe
 | |
|   # A Mandate is a record of the permission a customer has given you to debit their payment method.
 | |
|   class Mandate < APIResource
 | |
|     OBJECT_NAME = "mandate"
 | |
|   end
 | |
| end
 |