public class AbstractShopifySubscriptionProductUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
absolutePriceAdjustment |
protected Integer |
billingDayOfMonth |
protected Integer |
billingIntervalAmount |
protected ShopifySubscriptionBillingIntervalUnit |
billingIntervalUnit |
protected ShopifySubscriptionWeekday |
billingWeekday |
protected BigDecimal |
fixedPrice |
protected Integer |
maximalBillingCycles |
protected Integer |
maximalSuspendableCycles |
protected Integer |
minimalBillingCycles |
protected ShopifySubscriptionProductPricingOption |
pricingOption |
protected BigDecimal |
relativePriceAdjustment |
protected Boolean |
storeOrderConfirmationEmailEnabled |
protected Boolean |
subscriberSuspensionAllowed |
protected Integer |
terminationBillingCycles |
| Constructor and Description |
|---|
AbstractShopifySubscriptionProductUpdate() |
protected BigDecimal absolutePriceAdjustment
protected Integer billingDayOfMonth
protected Integer billingIntervalAmount
protected ShopifySubscriptionBillingIntervalUnit billingIntervalUnit
protected ShopifySubscriptionWeekday billingWeekday
protected BigDecimal fixedPrice
protected Integer maximalBillingCycles
protected Integer maximalSuspendableCycles
protected Integer minimalBillingCycles
protected ShopifySubscriptionProductPricingOption pricingOption
protected BigDecimal relativePriceAdjustment
protected Boolean storeOrderConfirmationEmailEnabled
protected Boolean subscriberSuspensionAllowed
protected Integer terminationBillingCycles
public AbstractShopifySubscriptionProductUpdate()
public AbstractShopifySubscriptionProductUpdate absolutePriceAdjustment(BigDecimal absolutePriceAdjustment)
public BigDecimal getAbsolutePriceAdjustment()
public void setAbsolutePriceAdjustment(BigDecimal absolutePriceAdjustment)
public AbstractShopifySubscriptionProductUpdate billingDayOfMonth(Integer billingDayOfMonth)
public Integer getBillingDayOfMonth()
public void setBillingDayOfMonth(Integer billingDayOfMonth)
public AbstractShopifySubscriptionProductUpdate billingIntervalAmount(Integer billingIntervalAmount)
public Integer getBillingIntervalAmount()
public void setBillingIntervalAmount(Integer billingIntervalAmount)
public AbstractShopifySubscriptionProductUpdate billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit)
public ShopifySubscriptionBillingIntervalUnit getBillingIntervalUnit()
public void setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit)
public AbstractShopifySubscriptionProductUpdate billingWeekday(ShopifySubscriptionWeekday billingWeekday)
public ShopifySubscriptionWeekday getBillingWeekday()
public void setBillingWeekday(ShopifySubscriptionWeekday billingWeekday)
public AbstractShopifySubscriptionProductUpdate fixedPrice(BigDecimal fixedPrice)
public BigDecimal getFixedPrice()
public void setFixedPrice(BigDecimal fixedPrice)
public AbstractShopifySubscriptionProductUpdate maximalBillingCycles(Integer maximalBillingCycles)
public Integer getMaximalBillingCycles()
public void setMaximalBillingCycles(Integer maximalBillingCycles)
public AbstractShopifySubscriptionProductUpdate maximalSuspendableCycles(Integer maximalSuspendableCycles)
public Integer getMaximalSuspendableCycles()
public void setMaximalSuspendableCycles(Integer maximalSuspendableCycles)
public AbstractShopifySubscriptionProductUpdate minimalBillingCycles(Integer minimalBillingCycles)
public Integer getMinimalBillingCycles()
public void setMinimalBillingCycles(Integer minimalBillingCycles)
public AbstractShopifySubscriptionProductUpdate pricingOption(ShopifySubscriptionProductPricingOption pricingOption)
public ShopifySubscriptionProductPricingOption getPricingOption()
public void setPricingOption(ShopifySubscriptionProductPricingOption pricingOption)
public AbstractShopifySubscriptionProductUpdate relativePriceAdjustment(BigDecimal relativePriceAdjustment)
public BigDecimal getRelativePriceAdjustment()
public void setRelativePriceAdjustment(BigDecimal relativePriceAdjustment)
public AbstractShopifySubscriptionProductUpdate storeOrderConfirmationEmailEnabled(Boolean storeOrderConfirmationEmailEnabled)
public Boolean isStoreOrderConfirmationEmailEnabled()
public void setStoreOrderConfirmationEmailEnabled(Boolean storeOrderConfirmationEmailEnabled)
public AbstractShopifySubscriptionProductUpdate subscriberSuspensionAllowed(Boolean subscriberSuspensionAllowed)
public Boolean isSubscriberSuspensionAllowed()
public void setSubscriberSuspensionAllowed(Boolean subscriberSuspensionAllowed)
public AbstractShopifySubscriptionProductUpdate terminationBillingCycles(Integer terminationBillingCycles)
public Integer getTerminationBillingCycles()
public void setTerminationBillingCycles(Integer terminationBillingCycles)
Copyright © 2021. All rights reserved.