Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

SOAP.SubscriptionInfo

class SOAP.SubscriptionInfo extends %SOAP.Header

SOAP header to return subscription information.

Property Inventory

Parameters

parameter NAMESPACE = http://tempuri.org/headers;
NAMESPACE specifies the XML namespace to be used when creating the header.

Properties

property Amount as %xsd.decimal;
Property methods: AmountDisplayToLogical(), AmountGet(), AmountIsValid(), AmountLogicalToDisplay(), AmountNormalize(), AmountSet(), AmountXSDToLogical()
property LicenseAction as %String;
Property methods: LicenseActionDisplayToLogical(), LicenseActionGet(), LicenseActionIsValid(), LicenseActionLogicalToDisplay(), LicenseActionLogicalToOdbc(), LicenseActionNormalize(), LicenseActionSet()
property LicenseActionCode as %xsd.int;
Property methods: LicenseActionCodeDisplayToLogical(), LicenseActionCodeGet(), LicenseActionCodeIsValid(), LicenseActionCodeLogicalToDisplay(), LicenseActionCodeNormalize(), LicenseActionCodeSet(), LicenseActionCodeXSDToLogical()
property LicenseStatus as %String;
Property methods: LicenseStatusDisplayToLogical(), LicenseStatusGet(), LicenseStatusIsValid(), LicenseStatusLogicalToDisplay(), LicenseStatusLogicalToOdbc(), LicenseStatusNormalize(), LicenseStatusSet()
property LicenseStatusCode as %xsd.int;
Property methods: LicenseStatusCodeDisplayToLogical(), LicenseStatusCodeGet(), LicenseStatusCodeIsValid(), LicenseStatusCodeLogicalToDisplay(), LicenseStatusCodeNormalize(), LicenseStatusCodeSet(), LicenseStatusCodeXSDToLogical()
property RemainingHits as %xsd.int;
Property methods: RemainingHitsDisplayToLogical(), RemainingHitsGet(), RemainingHitsIsValid(), RemainingHitsLogicalToDisplay(), RemainingHitsNormalize(), RemainingHitsSet(), RemainingHitsXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab