lib/recurly/requests/item_update.rb in recurly-3.10.0 vs lib/recurly/requests/item_update.rb in recurly-3.11.0

- old
+ new

@@ -8,9 +8,17 @@ # @!attribute accounting_code # @return [String] Accounting code for invoice line items. define_attribute :accounting_code, String + # @!attribute avalara_service_type + # @return [Integer] Used by Avalara for Communications taxes. The transaction type in combination with the service type describe how the item is taxed. Refer to [the documentation](https://help.avalara.com/AvaTax_for_Communications/Tax_Calculation/AvaTax_for_Communications_Tax_Engine/Mapping_Resources/TM_00115_AFC_Modules_Corresponding_Transaction_Types) for more available t/s types. + define_attribute :avalara_service_type, Integer + + # @!attribute avalara_transaction_type + # @return [Integer] Used by Avalara for Communications taxes. The transaction type in combination with the service type describe how the item is taxed. Refer to [the documentation](https://help.avalara.com/AvaTax_for_Communications/Tax_Calculation/AvaTax_for_Communications_Tax_Engine/Mapping_Resources/TM_00115_AFC_Modules_Corresponding_Transaction_Types) for more available t/s types. + define_attribute :avalara_transaction_type, Integer + # @!attribute code # @return [String] Unique code to identify the item. define_attribute :code, String # @!attribute currencies