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

- old
+ new

@@ -24,16 +24,28 @@ # @!attribute id # @return [String] Shipping Method 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] The name of the shipping method displayed to customers. 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 tax_code # @return [String] Used by Avalara, Vertex, and Recurly’s built-in tax feature. The tax code values are specific to each tax system. If you are using Recurly’s built-in taxes the values are: - `FR` – Common Carrier FOB Destination - `FR022000` – Common Carrier FOB Origin - `FR020400` – Non Common Carrier FOB Destination - `FR020500` – Non Common Carrier FOB Origin - `FR010100` – Delivery by Company Vehicle Before Passage of Title - `FR010200` – Delivery by Company Vehicle After Passage of Title - `NT` – Non-Taxable define_attribute :tax_code, String