Sha256: ed273cd70fd8d1c3e5e5f05da29e7769d0a55b7a040e47def1460a37909c2e14
Contents?: true
Size: 642 Bytes
Versions: 48
Compression:
Stored size: 642 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 AccountBalanceAmount < Resource # @!attribute amount # @return [Float] Total amount the account is past due. define_attribute :amount, Float # @!attribute currency # @return [String] 3-letter ISO 4217 currency code. define_attribute :currency, String end end end
Version data entries
48 entries across 48 versions & 1 rubygems