what-the-bank/sources/com/scb/phone/view/fragment/ccsof/CcSofCreditCardOnlyInputFra...

111 lines
6.8 KiB
Java

package com.scb.phone.view.fragment.ccsof;
import android.view.View;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.custom.ScbEditText;
import com.scb.phone.view.custom.common.AmountEditText;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.custom.common.NoteEditText;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class CcSofCreditCardOnlyInputFragment_ViewBinding extends BaseFragment_ViewBinding {
private CcSofCreditCardOnlyInputFragment b;
private View c;
private View d;
public CcSofCreditCardOnlyInputFragment_ViewBinding(CcSofCreditCardOnlyInputFragment ccSofCreditCardOnlyInputFragment, View view) {
super(ccSofCreditCardOnlyInputFragment, view);
this.b = ccSofCreditCardOnlyInputFragment;
ccSofCreditCardOnlyInputFragment.imageIcon = (ImageView) pyT.e(view, R.id.iv_image_icon, "field 'imageIcon'", ImageView.class);
ccSofCreditCardOnlyInputFragment.tvMerchantTitle = (TextView) pyT.e(view, R.id.tv_merchant_title, "field 'tvMerchantTitle'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvMerchantId = (TextView) pyT.e(view, R.id.tv_merchant_id, "field 'tvMerchantId'", TextView.class);
ccSofCreditCardOnlyInputFragment.etRef1 = (ScbEditText) pyT.e(view, R.id.et_reference_label_input1, "field 'etRef1'", ScbEditText.class);
ccSofCreditCardOnlyInputFragment.tvAmount = (AmountEditText) pyT.e(view, R.id.tv_amount, "field 'tvAmount'", AmountEditText.class);
ccSofCreditCardOnlyInputFragment.noteEditText = (NoteEditText) pyT.e(view, R.id.note_edit_text, "field 'noteEditText'", NoteEditText.class);
View a = pyT.a(view, R.id.button_review, "field 'btnReview' and method 'onReviewButtonClick'");
ccSofCreditCardOnlyInputFragment.btnReview = (DefaultButton) pyT.c(a, R.id.button_review, "field 'btnReview'", DefaultButton.class);
this.c = a;
a.setOnClickListener(new gnL(this, ccSofCreditCardOnlyInputFragment) { // from class: com.scb.phone.view.fragment.ccsof.CcSofCreditCardOnlyInputFragment_ViewBinding.1
private CcSofCreditCardOnlyInputFragment_ViewBinding a;
private CcSofCreditCardOnlyInputFragment e;
{
this.a = this;
this.e = ccSofCreditCardOnlyInputFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onReviewButtonClick();
}
});
ccSofCreditCardOnlyInputFragment.installmentLayout = (LinearLayout) pyT.e(view, R.id.ll_installmentPlan, "field 'installmentLayout'", LinearLayout.class);
View a2 = pyT.a(view, R.id.cb_apply_cc_ipp, "field 'cbApplyCcIpp' and method 'onCheckboxClick'");
ccSofCreditCardOnlyInputFragment.cbApplyCcIpp = (CheckBox) pyT.c(a2, R.id.cb_apply_cc_ipp, "field 'cbApplyCcIpp'", CheckBox.class);
this.d = a2;
a2.setOnClickListener(new gnL(this, ccSofCreditCardOnlyInputFragment) { // from class: com.scb.phone.view.fragment.ccsof.CcSofCreditCardOnlyInputFragment_ViewBinding.5
private CcSofCreditCardOnlyInputFragment_ViewBinding c;
private CcSofCreditCardOnlyInputFragment e;
{
this.c = this;
this.e = ccSofCreditCardOnlyInputFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onCheckboxClick();
}
});
ccSofCreditCardOnlyInputFragment.availableInstallmentsContainer = (LinearLayout) pyT.e(view, R.id.ll_available_installments_container, "field 'availableInstallmentsContainer'", LinearLayout.class);
ccSofCreditCardOnlyInputFragment.selectedInstallmentDetailsContainer = (LinearLayout) pyT.e(view, R.id.ll_selected_installment_details_container, "field 'selectedInstallmentDetailsContainer'", LinearLayout.class);
ccSofCreditCardOnlyInputFragment.rvTenor = (RecyclerView) pyT.e(view, R.id.rv_tenor, "field 'rvTenor'", RecyclerView.class);
ccSofCreditCardOnlyInputFragment.tvMonthlyInterestRate = (TextView) pyT.e(view, R.id.tv_monthly_interest_rate, "field 'tvMonthlyInterestRate'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvTotalPayment = (TextView) pyT.e(view, R.id.tv_total_payment, "field 'tvTotalPayment'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvPrincipalAmount = (TextView) pyT.e(view, R.id.tv_principal_amount, "field 'tvPrincipalAmount'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvInterestAmount = (TextView) pyT.e(view, R.id.tv_interest_amount, "field 'tvInterestAmount'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvMonthlyPaymentAmount = (TextView) pyT.e(view, R.id.tv_monthly_payment_amount, "field 'tvMonthlyPaymentAmount'", TextView.class);
ccSofCreditCardOnlyInputFragment.tvPrincipalInterestCalculation = (TextView) pyT.e(view, R.id.tv_principal_interest_calculation, "field 'tvPrincipalInterestCalculation'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CcSofCreditCardOnlyInputFragment ccSofCreditCardOnlyInputFragment = this.b;
if (ccSofCreditCardOnlyInputFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
ccSofCreditCardOnlyInputFragment.imageIcon = null;
ccSofCreditCardOnlyInputFragment.tvMerchantTitle = null;
ccSofCreditCardOnlyInputFragment.tvMerchantId = null;
ccSofCreditCardOnlyInputFragment.etRef1 = null;
ccSofCreditCardOnlyInputFragment.tvAmount = null;
ccSofCreditCardOnlyInputFragment.noteEditText = null;
ccSofCreditCardOnlyInputFragment.btnReview = null;
ccSofCreditCardOnlyInputFragment.installmentLayout = null;
ccSofCreditCardOnlyInputFragment.cbApplyCcIpp = null;
ccSofCreditCardOnlyInputFragment.availableInstallmentsContainer = null;
ccSofCreditCardOnlyInputFragment.selectedInstallmentDetailsContainer = null;
ccSofCreditCardOnlyInputFragment.rvTenor = null;
ccSofCreditCardOnlyInputFragment.tvMonthlyInterestRate = null;
ccSofCreditCardOnlyInputFragment.tvTotalPayment = null;
ccSofCreditCardOnlyInputFragment.tvPrincipalAmount = null;
ccSofCreditCardOnlyInputFragment.tvInterestAmount = null;
ccSofCreditCardOnlyInputFragment.tvMonthlyPaymentAmount = null;
ccSofCreditCardOnlyInputFragment.tvPrincipalInterestCalculation = null;
this.c.setOnClickListener(null);
this.c = null;
this.d.setOnClickListener(null);
this.d = null;
super.a();
}
}