public class ShopifySubscriptionModelBillingConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
billingDayOfMonth |
protected Integer |
billingIntervalAmount |
protected ShopifySubscriptionBillingIntervalUnit |
billingIntervalUnit |
protected OffsetDateTime |
billingReferenceDate |
protected ShopifySubscriptionWeekday |
billingWeekday |
protected Integer |
maximalBillingCycles |
protected Integer |
maximalSuspendableCycles |
protected Integer |
minimalBillingCycles |
protected Integer |
terminationBillingCycles |
| Constructor and Description |
|---|
ShopifySubscriptionModelBillingConfiguration() |
protected Integer billingDayOfMonth
protected Integer billingIntervalAmount
protected ShopifySubscriptionBillingIntervalUnit billingIntervalUnit
protected OffsetDateTime billingReferenceDate
protected ShopifySubscriptionWeekday billingWeekday
protected Integer maximalBillingCycles
protected Integer maximalSuspendableCycles
protected Integer minimalBillingCycles
protected Integer terminationBillingCycles
public ShopifySubscriptionModelBillingConfiguration()
public ShopifySubscriptionModelBillingConfiguration billingDayOfMonth(Integer billingDayOfMonth)
public Integer getBillingDayOfMonth()
public void setBillingDayOfMonth(Integer billingDayOfMonth)
public ShopifySubscriptionModelBillingConfiguration billingIntervalAmount(Integer billingIntervalAmount)
public Integer getBillingIntervalAmount()
public void setBillingIntervalAmount(Integer billingIntervalAmount)
public ShopifySubscriptionModelBillingConfiguration billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit)
public ShopifySubscriptionBillingIntervalUnit getBillingIntervalUnit()
public void setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit)
public ShopifySubscriptionModelBillingConfiguration billingReferenceDate(OffsetDateTime billingReferenceDate)
public OffsetDateTime getBillingReferenceDate()
public void setBillingReferenceDate(OffsetDateTime billingReferenceDate)
public ShopifySubscriptionModelBillingConfiguration billingWeekday(ShopifySubscriptionWeekday billingWeekday)
public ShopifySubscriptionWeekday getBillingWeekday()
public void setBillingWeekday(ShopifySubscriptionWeekday billingWeekday)
public ShopifySubscriptionModelBillingConfiguration maximalBillingCycles(Integer maximalBillingCycles)
public Integer getMaximalBillingCycles()
public void setMaximalBillingCycles(Integer maximalBillingCycles)
public ShopifySubscriptionModelBillingConfiguration maximalSuspendableCycles(Integer maximalSuspendableCycles)
public Integer getMaximalSuspendableCycles()
public void setMaximalSuspendableCycles(Integer maximalSuspendableCycles)
public ShopifySubscriptionModelBillingConfiguration minimalBillingCycles(Integer minimalBillingCycles)
public Integer getMinimalBillingCycles()
public void setMinimalBillingCycles(Integer minimalBillingCycles)
public ShopifySubscriptionModelBillingConfiguration terminationBillingCycles(Integer terminationBillingCycles)
public Integer getTerminationBillingCycles()
public void setTerminationBillingCycles(Integer terminationBillingCycles)
Copyright © 2022. All rights reserved.