public class ShopifySubscriptionVersion extends Object
| Constructor and Description |
|---|
ShopifySubscriptionVersion() |
protected ShopifySubscriptionAddress billingAddress
protected Integer billingDayOfMonth
protected Integer billingIntervalAmount
protected ShopifySubscriptionBillingIntervalUnit billingIntervalUnit
protected OffsetDateTime billingReferenceDate
protected ShopifySubscriptionWeekday billingWeekday
protected Long createdBy
protected OffsetDateTime createdOn
protected String currency
protected Long dischargedBy
protected OffsetDateTime dischargedOn
protected Long id
protected List<ShopifySubscriptionVersionItem> items
protected Long linkedSpaceId
protected Integer maximalBillingCycles
protected Integer maximalSuspendableCycles
protected Integer minimalBillingCycles
protected String paymentGateway
protected ShopifySubscriptionAddress shippingAddress
protected String shippingRate
protected Long shop
protected ShopifySubscriptionVersionState state
protected Boolean storeOrderConfirmationEmailEnabled
protected Boolean subscriberSuspensionAllowed
protected ShopifySubscription subscription
protected Integer terminationBillingCycles
protected Long token
protected Integer version
public ShopifySubscriptionAddress getBillingAddress()
public Integer getBillingDayOfMonth()
public Integer getBillingIntervalAmount()
public ShopifySubscriptionBillingIntervalUnit getBillingIntervalUnit()
public OffsetDateTime getBillingReferenceDate()
public ShopifySubscriptionWeekday getBillingWeekday()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getCurrency()
public Long getDischargedBy()
public OffsetDateTime getDischargedOn()
public Long getId()
public List<ShopifySubscriptionVersionItem> getItems()
public Long getLinkedSpaceId()
public Integer getMaximalBillingCycles()
public Integer getMaximalSuspendableCycles()
public Integer getMinimalBillingCycles()
public String getPaymentGateway()
public ShopifySubscriptionAddress getShippingAddress()
public String getShippingRate()
public Long getShop()
public ShopifySubscriptionVersionState getState()
public Boolean isStoreOrderConfirmationEmailEnabled()
public Boolean isSubscriberSuspensionAllowed()
public ShopifySubscription getSubscription()
public Integer getTerminationBillingCycles()
public Long getToken()
public Integer getVersion()
Copyright © 2022. All rights reserved.