Click or drag to resize

SubscriptionHelperAdapter Class

[Missing <summary> documentation for "T:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter"]

Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessLogicSubscriptionHelperAdapter

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class SubscriptionHelperAdapter : ISubscriptionHelper

The SubscriptionHelperAdapter type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionHelperAdapter
Initializes a new instance of the SubscriptionHelperAdapter class
Top
Properties
  NameDescription
Public propertyGracePeriod
Grace period business logic model.
Public propertyNoticePeriod
Notice period business logic model.
Top
Methods
  NameDescription
Public methodCancelTerminationRequest
Cancels the termination request.
Public methodCreateSubscription(Subscription, Item)
Public methodCreateSubscription(Order, OrderLine, Item)
Public methodCreateTerminationRequest
Creates the termination request.
Public methodDelayTermination
Checks whether conditions are met for delayed termination.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtendSubscription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSubscriptionById
Public methodGetSubscriptionsByCustomAttribute
Public methodGetSubscriptionsByFriendlyId
Public methodGetSubscriptionsByIds
Public methodGetSubscriptionsForCustomer
Public methodGetSubscriptionStateAfterChange
Gets state of the subscription after change action.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListPendingSubscriptionTerminationRequests
Lists the pending subscription termination requests.
Public methodListTerminationRequests
Lists the termination requests for subscription.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareSubscriptionForUpgrade
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also