Richard Marmorstein ddf79610d9 Fix formatting
2022-10-14 10:26:51 -07:00

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