The CodeInputPanel Wallet is used to allow the parker to enter her username.
Link the panel to the correct PaymentService with the PaymentServiceGroup="Wallet" attrubute.
<TFT:Panel Name="CodeInputPanel" MxStyle="{PanelStyle3}" PaymentServiceGroup="Wallet">
<Controls>
<TFT:Label Name="TariffDynamicDescriptionLabel_1_1" MxStyle="{TariffDescriptionColumnLabelStyle}" Size="800,40" Location="0,70" Alignment="Center" Font="Arial Unicode MS, 21pt, style=Bold" ForeColor="Blue"/>
<TFT:Label Name="TariffDynamicDescriptionLabel_1_2" MxStyle="{TariffDescriptionColumnLabelStyle}" Size="800,40" Location="0,110" Alignment="Center" Font="Arial Unicode MS,21pt, style=Bold" ForeColor="Blue"/>
<TFT:Label Name="PaymentInstructionLabel" FormattedText="WalletLoginInstructionText2" Alignment="Center" Font="Arial Unicode MS, 19pt, style=Bold" Location="50,151" Size="700,55" Transparent="true" PartialErrorCheck="true" />
<TFT:TextBox Name="CodeInput" BackColor="White" Font="Arial Unicode MS, 20pt, style=Bold" ForeColor="Black" Location="225, 230" Multiline="false" Size="350, 60" Text="" TextAlign="Center"/>
<TFT:Image MxStyle="{AcceptImageLargePopupStyle}"/>
<TFT:Image MxStyle="{RejectImageStyle}"/>
<TFT:Label MxStyle="{UserInstructionCancel2LabelStyle}"/>
<TFT:Label MxStyle="{UserInstructionConfirmLabelStyle}" FormattedText="WalletLoginButtonText"/>
<TFT:PiezoButton MxStyle="{WalletPostPayCreateAccountButtonStyle}"/>
<TFT:PiezoButton MxStyle="{CodeInputDoneLoginButtonWalletStyle}" />
<TFT:PiezoKeyboardButton MxStyle="{RejectButtonStyle}"/>
<TFT:PiezoButton MxStyle="{LanguageButtonStyle}"/>
<TFT:PiezoButton MxStyle="{HelpButtonStyle}"/>
</Controls>
</TFT:Panel>