| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected ShopifySubscriptionVersion |
ShopifyRecurringOrder.subscriptionVersion |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionVersion |
ShopifyRecurringOrder.getSubscriptionVersion() |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionVersion |
ShopifySubscriptionService.create(Long spaceId,
ShopifySubscriptionCreationRequest creationRequest)
Create
This operation allows to create a Shopify subscription.
|
ShopifySubscriptionVersion |
ShopifySubscriptionService.create(Long spaceId,
ShopifySubscriptionCreationRequest creationRequest,
Map<String,Object> params)
Create
This operation allows to create a Shopify subscription.
|
ShopifySubscriptionVersion |
ShopifySubscriptionVersionService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionVersion |
ShopifySubscriptionVersionService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionVersion |
ShopifySubscriptionService.update(Long spaceId,
ShopifySubscriptionUpdateRequest subscription)
Update
This operation allows to update a Shopify subscription.
|
ShopifySubscriptionVersion |
ShopifySubscriptionService.update(Long spaceId,
ShopifySubscriptionUpdateRequest subscription,
Map<String,Object> params)
Update
This operation allows to update a Shopify subscription.
|
ShopifySubscriptionVersion |
ShopifySubscriptionService.updateAddresses(Long spaceId,
ShopifySubscriptionUpdateAddressesRequest updateRequest)
Update Addresses
This operation allows to update a Shopify subscription addresses.
|
ShopifySubscriptionVersion |
ShopifySubscriptionService.updateAddresses(Long spaceId,
ShopifySubscriptionUpdateAddressesRequest updateRequest,
Map<String,Object> params)
Update Addresses
This operation allows to update a Shopify subscription addresses.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShopifySubscriptionVersion> |
ShopifySubscriptionVersionService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<ShopifySubscriptionVersion> |
ShopifySubscriptionVersionService.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.