()
| 22 | isRegionalSubscription (name) { return utils.isRegionalSubscription(name != null ? name : this.get('name')) } |
| 23 | |
| 24 | priceStringNoSymbol () { return (this.get('amount') / 100).toFixed(2) } |
| 25 | |
| 26 | adjustedPriceStringNoSymbol () { |
| 27 | return (this.adjustedPrice() / 100).toFixed(2) |