Dominic Charley-Roy cfeaa0ca23
API Updates (#1123)
2022-08-23 08:51:43 -04: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