Click or drag to resize

IAtomiaBillingApiUnsubscribeFromMailingList Method

Unsubscribes from mailing list.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool UnsubscribeFromMailingList(
	Guid mailingListSubscriptionId,
	string hash
)

Parameters

mailingListSubscriptionId
Type: SystemGuid
The mailing list subscription id.
hash
Type: SystemString
The hash .

Return Value

Type: Boolean
true if customer was successfully unsubscribed, otherwise returns false.
See Also