public class ShopifyIntegration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ShopifyAdditionalLineItemData> |
additionalLineItemData |
protected List<PaymentMethodConfiguration> |
allowedPaymentMethodConfigurations |
protected Boolean |
allowInvoiceDownload |
protected String |
currency |
protected Long |
id |
protected Boolean |
integratedPaymentFormEnabled |
protected String |
language |
protected String |
loginName |
protected String |
name |
protected ShopifyIntegrationPaymentAppVersion |
paymentAppVersion |
protected Boolean |
paymentInstalled |
protected String |
paymentProxyPath |
protected OffsetDateTime |
plannedPurgeDate |
protected Boolean |
replacePaymentMethodImage |
protected String |
shopName |
protected Boolean |
showPaymentInformation |
protected Boolean |
showSubscriptionInformation |
protected Long |
spaceId |
protected Long |
spaceViewId |
protected CreationEntityState |
state |
protected ShopifyIntegrationSubscriptionAppVersion |
subscriptionAppVersion |
protected Boolean |
subscriptionInstalled |
protected String |
subscriptionProxyPath |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifyIntegration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ShopifyAdditionalLineItemData> |
getAdditionalLineItemData() |
List<PaymentMethodConfiguration> |
getAllowedPaymentMethodConfigurations() |
String |
getCurrency() |
Long |
getId()
A unique identifier for the object.
|
String |
getLanguage()
The checkout language forces a specific language in the checkout.
|
String |
getLoginName()
The login name is used to link a specific Shopify payment gateway to this integration.This login name is to be filled into the appropriate field in the shops payment gateway configuration.
|
String |
getName()
The integration name is used internally to identify a specific integration.For example the name is used withinsearch fields and hence it should be distinct and descriptive.
|
ShopifyIntegrationPaymentAppVersion |
getPaymentAppVersion() |
String |
getPaymentProxyPath()
Define the path of the proxy URL.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
String |
getShopName()
The store address is used to link a specific Shopify shop to this integration.
|
Long |
getSpaceId() |
Long |
getSpaceViewId() |
CreationEntityState |
getState()
The object's current state.
|
ShopifyIntegrationSubscriptionAppVersion |
getSubscriptionAppVersion() |
String |
getSubscriptionProxyPath()
Define the path of the proxy URL.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isAllowInvoiceDownload() |
Boolean |
isIntegratedPaymentFormEnabled()
Enabling the integrated payment form will embed the payment form in the Shopify shop.
|
Boolean |
isPaymentInstalled() |
Boolean |
isReplacePaymentMethodImage() |
Boolean |
isShowPaymentInformation() |
Boolean |
isShowSubscriptionInformation() |
Boolean |
isSubscriptionInstalled() |
String |
toString() |
protected List<ShopifyAdditionalLineItemData> additionalLineItemData
protected Boolean allowInvoiceDownload
protected List<PaymentMethodConfiguration> allowedPaymentMethodConfigurations
protected String currency
protected Long id
protected Boolean integratedPaymentFormEnabled
protected String language
protected String loginName
protected String name
protected ShopifyIntegrationPaymentAppVersion paymentAppVersion
protected Boolean paymentInstalled
protected String paymentProxyPath
protected OffsetDateTime plannedPurgeDate
protected Boolean replacePaymentMethodImage
protected String shopName
protected Boolean showPaymentInformation
protected Boolean showSubscriptionInformation
protected Long spaceId
protected Long spaceViewId
protected CreationEntityState state
protected ShopifyIntegrationSubscriptionAppVersion subscriptionAppVersion
protected Boolean subscriptionInstalled
protected String subscriptionProxyPath
protected Integer version
public List<ShopifyAdditionalLineItemData> getAdditionalLineItemData()
public Boolean isAllowInvoiceDownload()
public List<PaymentMethodConfiguration> getAllowedPaymentMethodConfigurations()
public String getCurrency()
public Long getId()
public Boolean isIntegratedPaymentFormEnabled()
public String getLanguage()
public String getLoginName()
public String getName()
public ShopifyIntegrationPaymentAppVersion getPaymentAppVersion()
public Boolean isPaymentInstalled()
public String getPaymentProxyPath()
public OffsetDateTime getPlannedPurgeDate()
public Boolean isReplacePaymentMethodImage()
public String getShopName()
public Boolean isShowPaymentInformation()
public Boolean isShowSubscriptionInformation()
public Long getSpaceId()
public Long getSpaceViewId()
public CreationEntityState getState()
public ShopifyIntegrationSubscriptionAppVersion getSubscriptionAppVersion()
public Boolean isSubscriptionInstalled()
public String getSubscriptionProxyPath()
public Integer getVersion()
Copyright © 2023. All rights reserved.