Sha256: 1a72233fe00bf273f57a5e2d76aa331e9168bb6e8cce4c2cf6f9482b6445a4cb

Contents?: true

Size: 745 Bytes

Versions: 4

Compression:

Stored size: 745 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 GeneralLedgerAccountUpdate < Request

      # @!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_update.rb
recurly-4.55.0 lib/recurly/requests/general_ledger_account_update.rb
recurly-4.54.0 lib/recurly/requests/general_ledger_account_update.rb
recurly-4.53.0 lib/recurly/requests/general_ledger_account_update.rb