Class: Zuora::Models::RatePlanChargeTier

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/zuora/models/tier.rb

Constant Summary collapse

ATTRIBUTES =
:tier,
:starting_unit,
:ending_unit,
:price,
:price_format

Instance Method Summary collapse

Instance Method Details

#attributesObject



14
15
16
# File 'lib/zuora/models/tier.rb', line 14

def attributes
  ATTRIBUTES
end