lib/recurly/resources/account_balance_amount.rb in recurly-4.17.0 vs lib/recurly/resources/account_balance_amount.rb in recurly-4.18.0
- old
+ new
@@ -11,8 +11,12 @@
define_attribute :amount, Float
# @!attribute currency
# @return [String] 3-letter ISO 4217 currency code.
define_attribute :currency, String
+
+ # @!attribute processing_prepayment_amount
+ # @return [Float] Total amount for the prepayment credit invoices in a `processing` state on the account.
+ define_attribute :processing_prepayment_amount, Float
end
end
end