Sha256: cdc30c80029eb274aa7934309a0bc6103f47e4a554f310491a1c8316a3a20071
Contents?: true
Size: 869 Bytes
Versions: 86
Compression:
Stored size: 869 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] Account mini details define_attribute :account, :AccountMini # @!attribute balances # @return [Array[AccountBalanceAmount]] define_attribute :balances, Array, { :item_type => :AccountBalanceAmount } # @!attribute object # @return [String] Object type define_attribute :object, String # @!attribute past_due # @return [Boolean] define_attribute :past_due, :Boolean end end end
Version data entries
86 entries across 86 versions & 1 rubygems