public class ShopifyRecurringOrder extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
billedOn |
protected String |
checkoutToken |
protected OffsetDateTime |
createdOn |
protected FailureReason |
failureReason |
protected String |
orderId |
protected String |
orderName |
protected OffsetDateTime |
plannedExecutionDate |
protected OffsetDateTime |
plannedPurgeDate |
protected Integer |
recurrenceNumber |
protected Long |
shop |
protected OffsetDateTime |
startedProcessingOn |
protected ShopifyRecurringOrderState |
state |
protected ShopifySubscriptionVersion |
subscriptionVersion |
protected ShopifyTransaction |
transaction |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ShopifyRecurringOrder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getBilledOn() |
String |
getCheckoutToken() |
OffsetDateTime |
getCreatedOn() |
FailureReason |
getFailureReason() |
String |
getOrderId() |
String |
getOrderName() |
OffsetDateTime |
getPlannedExecutionDate() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Integer |
getRecurrenceNumber() |
Long |
getShop() |
OffsetDateTime |
getStartedProcessingOn() |
ShopifyRecurringOrderState |
getState()
The object's current state.
|
ShopifySubscriptionVersion |
getSubscriptionVersion() |
ShopifyTransaction |
getTransaction() |
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected OffsetDateTime billedOn
protected String checkoutToken
protected OffsetDateTime createdOn
protected FailureReason failureReason
protected String orderId
protected String orderName
protected OffsetDateTime plannedExecutionDate
protected OffsetDateTime plannedPurgeDate
protected Integer recurrenceNumber
protected Long shop
protected OffsetDateTime startedProcessingOn
protected ShopifyRecurringOrderState state
protected ShopifySubscriptionVersion subscriptionVersion
protected ShopifyTransaction transaction
public OffsetDateTime getBilledOn()
public String getCheckoutToken()
public OffsetDateTime getCreatedOn()
public FailureReason getFailureReason()
public String getOrderId()
public String getOrderName()
public OffsetDateTime getPlannedExecutionDate()
public OffsetDateTime getPlannedPurgeDate()
public Integer getRecurrenceNumber()
public Long getShop()
public OffsetDateTime getStartedProcessingOn()
public ShopifyRecurringOrderState getState()
public ShopifySubscriptionVersion getSubscriptionVersion()
public ShopifyTransaction getTransaction()
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.