Sha256: af3d5fe0aa93385fe7e35fbe4e28e54da93a79510c6f27ed4a08add146eb9f7e
Contents?: true
Size: 435 Bytes
Versions: 18
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A Zuora communication profile. Controls which notifications (emails and # callouts) are sent to a customers and external systems, e.g. provisioning, # when events happen for the account, such as invoice posted, subscription # created, etc. # class CommunicationProfile < Resource with_schema with_many :accounts end end end
Version data entries
18 entries across 18 versions & 1 rubygems