mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
* Update dynamic constant references * Manual additionsg * Fix lint * Use const_Get * Remove puts
13 lines
305 B
Ruby
13 lines
305 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# A Mandate is a record of the permission that your customer gives you to debit their payment method.
|
|
class Mandate < APIResource
|
|
OBJECT_NAME = "mandate"
|
|
def self.object_name
|
|
"mandate"
|
|
end
|
|
end
|
|
end
|