class NSClient::ProductPrice
Attributes
amount[RW]
discount[RW]
train_class[RW]
Public Instance Methods
type()
click to toggle source
# File lib/ns_client.rb, line 243 def type DISCOUNT_MAP.fetch(discount, discount) end