Sha256: 183660bdcfd8cc5380699c1c94ad8439099561d7ff07051d19d9a77611cf271c

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 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 AccountBalance < Resource

      # @!attribute account
      #   @return [AccountMini]
      define_attribute :account, :AccountMini

      # @!attribute balances
      #   @return [Array[AccountBalanceAmount]]
      define_attribute :balances, Array, { :item_type => :AccountBalanceAmount }

      # @!attribute [r] object
      #   @return [String] Object type
      define_attribute :object, String, { :read_only => true }

      # @!attribute past_due
      #   @return [Boolean]
      define_attribute :past_due, :Boolean
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
recurly-3.0.0.beta.4 lib/recurly/resources/account_balance.rb