| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionVersion.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionModelBillingConfiguration.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionProduct.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
AbstractShopifySubscriptionProductUpdate.billingIntervalUnit |
| Modifier and Type | Method and Description |
|---|---|
static ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionBillingIntervalUnit.fromValue(String text) |
ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionVersion.getBillingIntervalUnit() |
ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionModelBillingConfiguration.getBillingIntervalUnit()
Define how frequently recurring orders should be created.
|
ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionProduct.getBillingIntervalUnit()
Define how frequently recurring orders should be created.
|
ShopifySubscriptionBillingIntervalUnit |
AbstractShopifySubscriptionProductUpdate.getBillingIntervalUnit()
Define how frequently recurring orders should be created.
|
static ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionBillingIntervalUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopifySubscriptionBillingIntervalUnit[] |
ShopifySubscriptionBillingIntervalUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionModelBillingConfiguration |
ShopifySubscriptionModelBillingConfiguration.billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
AbstractShopifySubscriptionProductUpdate |
AbstractShopifySubscriptionProductUpdate.billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
void |
ShopifySubscriptionModelBillingConfiguration.setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
void |
AbstractShopifySubscriptionProductUpdate.setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
Copyright © 2023. All rights reserved.