introductoryPrice property

PaymentCurrencyAmount introductoryPrice

Implementation

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

Implementation

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