| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected ShopifySubscriptionWeekday |
ShopifySubscriptionVersion.billingWeekday |
protected ShopifySubscriptionWeekday |
ShopifySubscriptionModelBillingConfiguration.billingWeekday |
protected ShopifySubscriptionWeekday |
ShopifySubscriptionProduct.billingWeekday |
protected ShopifySubscriptionWeekday |
AbstractShopifySubscriptionProductUpdate.billingWeekday |
| Modifier and Type | Method and Description |
|---|---|
static ShopifySubscriptionWeekday |
ShopifySubscriptionWeekday.fromValue(String text) |
ShopifySubscriptionWeekday |
ShopifySubscriptionVersion.getBillingWeekday() |
ShopifySubscriptionWeekday |
ShopifySubscriptionModelBillingConfiguration.getBillingWeekday()
Define the weekday on which the recurring orders should be created.
|
ShopifySubscriptionWeekday |
ShopifySubscriptionProduct.getBillingWeekday()
Define the weekday on which the recurring orders should be created.
|
ShopifySubscriptionWeekday |
AbstractShopifySubscriptionProductUpdate.getBillingWeekday()
Define the weekday on which the recurring orders should be created.
|
static ShopifySubscriptionWeekday |
ShopifySubscriptionWeekday.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopifySubscriptionWeekday[] |
ShopifySubscriptionWeekday.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.billingWeekday(ShopifySubscriptionWeekday billingWeekday) |
AbstractShopifySubscriptionProductUpdate |
AbstractShopifySubscriptionProductUpdate.billingWeekday(ShopifySubscriptionWeekday billingWeekday) |
void |
ShopifySubscriptionModelBillingConfiguration.setBillingWeekday(ShopifySubscriptionWeekday billingWeekday) |
void |
AbstractShopifySubscriptionProductUpdate.setBillingWeekday(ShopifySubscriptionWeekday billingWeekday) |
Copyright © 2023. All rights reserved.