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 date and time when the object was created.
|
ShopifyIntegration |
getIntegration() |
String |
getOrderId() |
String |
getOrderName() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
ShopifyTransactionState |
getState() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.