public class ShopifySubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
externalId |
protected Long |
id |
protected OffsetDateTime |
initialExecutionDate |
protected Long |
initialPaymentTransaction |
protected Long |
initialShopifyTransaction |
protected String |
language |
protected Long |
linkedSpaceId |
protected Integer |
orderRecurrenceNumber |
protected Long |
shop |
protected ShopifySubscriptionState |
state |
protected ShopifySubscriber |
subscriber |
protected Long |
terminatedBy |
protected OffsetDateTime |
terminatedOn |
protected OffsetDateTime |
terminationRequestDate |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifySubscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn() |
String |
getExternalId()
The external id helps to identify the entity and a subsequent creation of an entity with the same ID will not create a new entity.
|
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getInitialExecutionDate() |
Long |
getInitialPaymentTransaction() |
Long |
getInitialShopifyTransaction() |
String |
getLanguage()
The language that is linked to the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Integer |
getOrderRecurrenceNumber() |
Long |
getShop() |
ShopifySubscriptionState |
getState()
The object's current state.
|
ShopifySubscriber |
getSubscriber() |
Long |
getTerminatedBy() |
OffsetDateTime |
getTerminatedOn() |
OffsetDateTime |
getTerminationRequestDate() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected Long createdBy
protected OffsetDateTime createdOn
protected String externalId
protected Long id
protected OffsetDateTime initialExecutionDate
protected Long initialPaymentTransaction
protected Long initialShopifyTransaction
protected String language
protected Long linkedSpaceId
protected Integer orderRecurrenceNumber
protected Long shop
protected ShopifySubscriptionState state
protected ShopifySubscriber subscriber
protected Long terminatedBy
protected OffsetDateTime terminatedOn
protected OffsetDateTime terminationRequestDate
protected Integer version
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getExternalId()
public Long getId()
public OffsetDateTime getInitialExecutionDate()
public Long getInitialPaymentTransaction()
public Long getInitialShopifyTransaction()
public String getLanguage()
public Long getLinkedSpaceId()
public Integer getOrderRecurrenceNumber()
public Long getShop()
public ShopifySubscriptionState getState()
public ShopifySubscriber getSubscriber()
public Long getTerminatedBy()
public OffsetDateTime getTerminatedOn()
public OffsetDateTime getTerminationRequestDate()
public Integer getVersion()
Copyright © 2023. All rights reserved.