| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected ShopifySubscriptionBillingIntervalUnit |
BillingConfiguration.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
AbstractShopifySubscriptionProductUpdate.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionVersion.billingIntervalUnit |
protected ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionProduct.billingIntervalUnit |
| Modifier and Type | Method and Description |
|---|---|
static ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionBillingIntervalUnit.fromValue(String text) |
ShopifySubscriptionBillingIntervalUnit |
BillingConfiguration.getBillingIntervalUnit()
Define how frequently recurring orders should be created.
|
ShopifySubscriptionBillingIntervalUnit |
AbstractShopifySubscriptionProductUpdate.getBillingIntervalUnit()
Define how frequently recurring orders should be created.
|
ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionVersion.getBillingIntervalUnit() |
ShopifySubscriptionBillingIntervalUnit |
ShopifySubscriptionProduct.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 |
|---|---|
BillingConfiguration |
BillingConfiguration.billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
AbstractShopifySubscriptionProductUpdate |
AbstractShopifySubscriptionProductUpdate.billingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
void |
BillingConfiguration.setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
void |
AbstractShopifySubscriptionProductUpdate.setBillingIntervalUnit(ShopifySubscriptionBillingIntervalUnit billingIntervalUnit) |
Copyright © 2024. All rights reserved.