lib/recurly/resources/add_on.rb in recurly-3.10.0 vs lib/recurly/resources/add_on.rb in recurly-3.11.0

- old
+ new

@@ -12,9 +12,17 @@ # @!attribute add_on_type # @return [String] Whether the add-on type is fixed, or usage-based. define_attribute :add_on_type, 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 add-on 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 add-on 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] The unique identifier for the add-on within its plan. define_attribute :code, String # @!attribute created_at