introductoryPrice property

PaymentCurrencyAmount get introductoryPrice

Implementation

PaymentCurrencyAmount get introductoryPrice =>
    js_util.getProperty(this, 'introductoryPrice');
set introductoryPrice (PaymentCurrencyAmount newValue)

Implementation

set introductoryPrice(PaymentCurrencyAmount newValue) {
  js_util.setProperty(this, 'introductoryPrice', newValue);
}