lib/recurly/resources/item.rb in recurly-4.52.0 vs lib/recurly/resources/item.rb in recurly-4.53.0

- old
+ new

@@ -48,16 +48,28 @@ # @!attribute id # @return [String] Item ID define_attribute :id, String + # @!attribute liability_gl_account_id + # @return [String] The ID of a general ledger account. General ledger accounts are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features. + define_attribute :liability_gl_account_id, String + # @!attribute name # @return [String] This name describes your item and will appear on the invoice when it's purchased on a one time basis. define_attribute :name, String # @!attribute object # @return [String] Object type define_attribute :object, String + + # @!attribute performance_obligation_id + # @return [String] The ID of a performance obligation. Performance obligations are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features. + define_attribute :performance_obligation_id, String + + # @!attribute revenue_gl_account_id + # @return [String] The ID of a general ledger account. General ledger accounts are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features. + define_attribute :revenue_gl_account_id, String # @!attribute revenue_schedule_type # @return [String] Revenue schedule type define_attribute :revenue_schedule_type, String