Sha256: 00873fce6d8c737bb5aca35f3935ce44f1ef231c93dc47dbf7d542c3cd394e6f

Contents?: true

Size: 851 Bytes

Versions: 4

Compression:

Stored size: 851 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 Requests
    class GeneralLedgerAccountCreate < Request

      # @!attribute account_type
      #   @return [String]
      define_attribute :account_type, String

      # @!attribute code
      #   @return [String] Unique code to identify the ledger account. Each code must start with a letter or number. The following special characters are allowed: `-_.,:`
      define_attribute :code, String

      # @!attribute description
      #   @return [String] Optional description.
      define_attribute :description, String
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
recurly-4.56.0 lib/recurly/requests/general_ledger_account_create.rb
recurly-4.55.0 lib/recurly/requests/general_ledger_account_create.rb
recurly-4.54.0 lib/recurly/requests/general_ledger_account_create.rb
recurly-4.53.0 lib/recurly/requests/general_ledger_account_create.rb