Sha256: 97db5d3a811b0eee7a01985e599b7ccdaa87c32df0dbc501a1b15f1636d603c7
Contents?: true
Size: 521 Bytes
Versions: 12
Compression:
Stored size: 521 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # A notice to a Connected account. Notice can be sent by Stripe on your behalf or you can opt to send the notices yourself. # # See the [guide to send notices](https://stripe.com/docs/issuing/compliance-us/issuing-regulated-customer-notices) to your connected accounts. class AccountNotice < APIResource extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "account_notice" end end
Version data entries
12 entries across 12 versions & 1 rubygems