Sha256: 2e6704bab90527f7f99436316bb41270081c9f17fdd2783da14cce98cc5f4b14
Contents?: true
Size: 651 Bytes
Versions: 58
Compression:
Stored size: 651 Bytes
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class DunningInterval < Resource # @!attribute days # @return [Integer] Number of days before sending the next email. define_attribute :days, Integer # @!attribute email_template # @return [String] Email template being used. define_attribute :email_template, String end end end
Version data entries
58 entries across 58 versions & 1 rubygems