import { WTWalletConfigurationSaveWalletRecordApplePassStyle } from './wTWalletConfigurationSaveWalletRecordApplePassStyle'; import { WTWalletConfigurationSaveWalletRecordDonationLabel } from './wTWalletConfigurationSaveWalletRecordDonationLabel'; import { WTWalletConfigurationSaveWalletRecordGooglePassStyle } from './wTWalletConfigurationSaveWalletRecordGooglePassStyle'; import { WTWalletConfigurationSaveWalletRecordPassBrandKit } from './wTWalletConfigurationSaveWalletRecordPassBrandKit'; import { WTWalletConfigurationSaveWalletRecordSmsOptInSourceID } from './wTWalletConfigurationSaveWalletRecordSmsOptInSourceID'; export declare class WalletConfiguration extends null { 'headerBackgroundColor': any | null; 'headerButtonColor': any | null; 'leftMenuHeaderBackgroundColor': any | null; 'leftMenuHeaderFontColor': any | null; 'leftMenuSectionBackgroundColor': any | null; 'leftMenuSectionFontColor': any | null; 'companyLogoURL': any | null; 'headerImageURL'?: any | null; 'headerCustomIcon'?: any | null; 'welcomeMessage': any | null; 'homeTemplate'?: any | null; 'isAppleEnabled': any | null; 'isGoogleEnabled': any | null; 'isSamsungEnabled': any | null; 'isAdCredits': any | null; 'isStaticVouchers': any | null; 'isDynamicVouchers': any | null; 'isMembershipTier': any | null; 'isMembershipPoints': any | null; 'isMembershipLevel': any | null; 'isGiftCards': any | null; 'isGiftCertificates': any | null; 'isPromotions': any | null; 'isMerchantCredit': any | null; 'isTickets'?: any | null; 'isNewsArticles': any | null; 'isPerformances': any | null; 'isMessages': any | null; 'isCall': any | null; 'isRepresentatives': any | null; 'isProducts': any | null; 'isServices': any | null; 'isRoomRates': any | null; 'isAmenities': any | null; 'isGaming': any | null; 'isDining': any | null; 'isLounges': any | null; 'isMapDirections': any | null; 'isDonationEnabled': any | null; 'donationLabel'?: WTWalletConfigurationSaveWalletRecordDonationLabel; 'isLinkBook': any | null; 'isImageGrid': any | null; 'isVideos': any | null; 'isTransactionHistory': any | null; 'isProfile': any | null; 'isSettings': any | null; 'isChatRoom': any | null; 'isSmsOptIn': any | null; 'smsOptInSourceID'?: WTWalletConfigurationSaveWalletRecordSmsOptInSourceID; 'isEmailSubscriber': any | null; 'googleAnalyticsID'?: any | null; 'facebookPixelID'?: any | null; 'publicChatRoomChannelID'?: any | null; 'vanityHandle'?: any | null; 'vanityPageWalletPrefix'?: any | null; 'merchantCreditPaymentDesignID'?: any | null; 'customDomain'?: any | null; 'isClaimed'?: any | null; 'mobileAppIconURL'?: any | null; 'isAgeGate'?: any | null; 'isFlipRequiredForQR'?: any | null; 'ageGateMinimum'?: any | null; 'ageGateDeclineURL'?: any | null; 'socialInstagramURL'?: any | null; 'socialFacebookURL'?: any | null; 'socialYouTubeURL'?: any | null; 'socialTwitterURL'?: any | null; 'socialLinkedInURL'?: any | null; 'socialTikTokURL'?: any | null; 'socialBackgroundColor'?: any | null; 'socialFontColor'?: any | null; 'primaryPhoneNumber'?: any | null; 'primaryWhatsApp'?: any | null; 'primaryEmailAddress'?: any | null; 'customJS'?: any | null; 'customCSS'?: any | null; 'nonMobileRedirectURL'?: any | null; 'appleAppStoreURL'?: any | null; 'googlePlayStoreURL'?: any | null; 'passBrandKit'?: WTWalletConfigurationSaveWalletRecordPassBrandKit; 'googlePassStyle'?: WTWalletConfigurationSaveWalletRecordGooglePassStyle; 'applePassStyle'?: WTWalletConfigurationSaveWalletRecordApplePassStyle; 'loginLogoURL'?: any | null; 'loginPanelImageURL'?: any | null; 'loginHeadline'?: any | null; 'loginSubcopy'?: any | null; 'loginBackgroundColor'?: any | null; 'loginBackgroundImageURL'?: any | null; 'registerURL'?: any | null; 'loginFooterLinks'?: any | null; 'desktopFrameLogoURL'?: any | null; 'desktopFrameBackgroundColor'?: any | null; 'desktopFrameBackgroundImageURL'?: any | null; 'desktopFrameByline'?: any | null; 'id': string; 'createdAt': any | null; 'updatedAt': any | null; 'merchantID': string; 'androidSHA256Fingerprint'?: any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }