| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionSuspension |
ShopifySubscriptionSuspensionService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionSuspension |
ShopifySubscriptionSuspensionService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionSuspension |
ShopifySubscriptionSuspensionService.suspend(Long spaceId,
ShopifySubscriptionSuspensionCreate suspension)
Suspend
This operation allows to suspend a Shopify subscription.
|
ShopifySubscriptionSuspension |
ShopifySubscriptionSuspensionService.suspend(Long spaceId,
ShopifySubscriptionSuspensionCreate suspension,
Map<String,Object> params)
Suspend
This operation allows to suspend a Shopify subscription.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShopifySubscriptionSuspension> |
ShopifySubscriptionSuspensionService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<ShopifySubscriptionSuspension> |
ShopifySubscriptionSuspensionService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2022. All rights reserved.