retain/account-funds-conversion-form
Not working? Make sure your AlaskaAir cookie is set.
# đ Properties
Name | Type |
---|---|
selectorLabel | String |
agreementText | String |
buttonText | String |
getWalletConversionApiKey | String |
getWalletConversionEndpoint | String |
submitWalletConversionApiKey | String |
submitWalletConversionEndpoint | String |
getJwtEndpoint | String |
confirmationRedirectUrl | String |
balanceText | String |
walletBalance | Number |
conversionAmounts | Array |
toUnitDisplayName | String |
mileagePlanNumber | String |
error | Boolean |
errorMessage | String |
# đ° Slots
Name | Default value |
---|---|
image |
Show Code<script src="/components/shared/component-base.js"></script> <script src="/components/account-funds-conversion-form/main.js"></script> <link rel="stylesheet" href="/components/shared/component-base.css" /> <p> Not working? Make sure your AlaskaAir cookie is set. </p> <account-funds-conversion-form confirmationRedirectUrl="./demo/airline-helper" getJwtEndpoint="./mock/account/jwt" getWalletConversionApiKey="your-subscription-key" getWalletConversionEndpoint="./mock/wallet/conversionamounts?mileagePlanNumber=" submitWalletConversionApiKey="your-subscription-key" submitWalletConversionEndpoint="./mock/wallet/convert" > <img slot="image" alt="" src="https://resource.alaskaair.net/v3/assets/blt2cefe12c88e9dd91/blt68189438d88f4f95/dollar-icon?auto=webp&environment=production" width="99" /> </account-funds-conversion-form>