public class ShopifySubscriptionProductCreate extends AbstractShopifySubscriptionProductUpdate
| Modifier and Type | Field and Description |
|---|---|
protected String |
productId |
protected String |
productVariantId |
protected Long |
shop |
absolutePriceAdjustment, billingDayOfMonth, billingIntervalAmount, billingIntervalUnit, billingWeekday, fixedPrice, maximalBillingCycles, maximalSuspendableCycles, minimalBillingCycles, pricingOption, relativePriceAdjustment, storeOrderConfirmationEmailEnabled, subscriberSuspensionAllowed, terminationBillingCycles| Constructor and Description |
|---|
ShopifySubscriptionProductCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProductId()
The ID of the Shopify product that is enabled to be ordered as subscription.
|
String |
getProductVariantId() |
Long |
getShop() |
int |
hashCode() |
ShopifySubscriptionProductCreate |
productId(String productId) |
ShopifySubscriptionProductCreate |
productVariantId(String productVariantId) |
void |
setProductId(String productId) |
void |
setProductVariantId(String productVariantId) |
void |
setShop(Long shop) |
ShopifySubscriptionProductCreate |
shop(Long shop) |
String |
toString() |
absolutePriceAdjustment, billingDayOfMonth, billingIntervalAmount, billingIntervalUnit, billingWeekday, fixedPrice, getAbsolutePriceAdjustment, getBillingDayOfMonth, getBillingIntervalAmount, getBillingIntervalUnit, getBillingWeekday, getFixedPrice, getMaximalBillingCycles, getMaximalSuspendableCycles, getMinimalBillingCycles, getPricingOption, getRelativePriceAdjustment, getTerminationBillingCycles, isStoreOrderConfirmationEmailEnabled, isSubscriberSuspensionAllowed, maximalBillingCycles, maximalSuspendableCycles, minimalBillingCycles, pricingOption, relativePriceAdjustment, setAbsolutePriceAdjustment, setBillingDayOfMonth, setBillingIntervalAmount, setBillingIntervalUnit, setBillingWeekday, setFixedPrice, setMaximalBillingCycles, setMaximalSuspendableCycles, setMinimalBillingCycles, setPricingOption, setRelativePriceAdjustment, setStoreOrderConfirmationEmailEnabled, setSubscriberSuspensionAllowed, setTerminationBillingCycles, storeOrderConfirmationEmailEnabled, subscriberSuspensionAllowed, terminationBillingCyclesprotected String productId
protected String productVariantId
protected Long shop
public ShopifySubscriptionProductCreate productId(String productId)
public String getProductId()
public void setProductId(String productId)
public ShopifySubscriptionProductCreate productVariantId(String productVariantId)
public String getProductVariantId()
public void setProductVariantId(String productVariantId)
public ShopifySubscriptionProductCreate shop(Long shop)
public Long getShop()
public void setShop(Long shop)
public boolean equals(Object o)
equals in class AbstractShopifySubscriptionProductUpdatepublic int hashCode()
hashCode in class AbstractShopifySubscriptionProductUpdatepublic String toString()
toString in class AbstractShopifySubscriptionProductUpdateCopyright © 2021. All rights reserved.