getPrivacyTierFee()
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / getPrivacyTierFee
Function: getPrivacyTierFee()
Section titled “Function: getPrivacyTierFee()”getPrivacyTierFee(
tier):PrivacyTierFee
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:25083
Get the full fee descriptor for a privacy tier.
Parameters
Section titled “Parameters”The privacy tier
Returns
Section titled “Returns”The descriptor (bps, label, description, derived isActive)
Throws
Section titled “Throws”If tier is not a known PrivacyTier
Example
Section titled “Example”getPrivacyTierFee(PrivacyTier.TIER_1)// { tier: 'tier_1', bps: 10, label: 'Commingled pool', description: '…', isActive: true }