Sha256: bb64be2a589cba2e58ac18ef097838fd916f7dfc4263265e684f3dfd18df5b93
Contents?: true
Size: 1.11 KB
Versions: 42
Compression:
Stored size: 1.11 KB
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 InvoiceTemplate < Resource # @!attribute code # @return [String] Invoice template code. define_attribute :code, String # @!attribute created_at # @return [DateTime] When the invoice template was created in Recurly. define_attribute :created_at, DateTime # @!attribute description # @return [String] Invoice template description. define_attribute :description, String # @!attribute id # @return [String] define_attribute :id, String # @!attribute name # @return [String] Invoice template name. define_attribute :name, String # @!attribute updated_at # @return [DateTime] When the invoice template was updated in Recurly. define_attribute :updated_at, DateTime end end end
Version data entries
42 entries across 42 versions & 1 rubygems