public class ShopifyTransaction extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
checkoutId |
protected OffsetDateTime |
createdOn |
protected ShopifyIntegration |
integration |
protected String |
orderId |
protected String |
orderName |
protected OffsetDateTime |
plannedPurgeDate |
protected ShopifyTransactionState |
state |
protected Transaction |
transaction |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ShopifyTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCheckoutId() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
ShopifyIntegration |
getIntegration() |
String |
getOrderId() |
String |
getOrderName() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
ShopifyTransactionState |
getState() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected String checkoutId
protected OffsetDateTime createdOn
protected ShopifyIntegration integration
protected String orderId
protected String orderName
protected OffsetDateTime plannedPurgeDate
protected ShopifyTransactionState state
protected Transaction transaction
protected Integer version
public String getCheckoutId()
public OffsetDateTime getCreatedOn()
public ShopifyIntegration getIntegration()
public String getOrderId()
public String getOrderName()
public OffsetDateTime getPlannedPurgeDate()
public ShopifyTransactionState getState()
public Transaction getTransaction()
public Integer getVersion()
public boolean equals(Object o)
equals in class TransactionAwareEntitypublic int hashCode()
hashCode in class TransactionAwareEntitypublic String toString()
toString in class TransactionAwareEntityCopyright © 2022. All rights reserved.