67 lines
5.4 KiB
Java
67 lines
5.4 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class BNPLSuccessScreenshotFragment_ViewBinding extends ScreenshotFragment_ViewBinding {
|
||
|
private BNPLSuccessScreenshotFragment d;
|
||
|
|
||
|
public BNPLSuccessScreenshotFragment_ViewBinding(BNPLSuccessScreenshotFragment bNPLSuccessScreenshotFragment, View view) {
|
||
|
super(bNPLSuccessScreenshotFragment, view);
|
||
|
this.d = bNPLSuccessScreenshotFragment;
|
||
|
bNPLSuccessScreenshotFragment.llBNPLSlip = (LinearLayout) pyT.e(view, R.id.ll_bnpl_slip, "field 'llBNPLSlip'", LinearLayout.class);
|
||
|
bNPLSuccessScreenshotFragment.bnplDivider = (ViewGroup) pyT.e(view, R.id.bnpl_divider, "field 'bnplDivider'", ViewGroup.class);
|
||
|
bNPLSuccessScreenshotFragment.llBNPLPaymentMethod = (LinearLayout) pyT.e(view, R.id.ll_payment_method, "field 'llBNPLPaymentMethod'", LinearLayout.class);
|
||
|
bNPLSuccessScreenshotFragment.llBNPLLoanDetail = (LinearLayout) pyT.e(view, R.id.ll_bnpl_loan_detail, "field 'llBNPLLoanDetail'", LinearLayout.class);
|
||
|
bNPLSuccessScreenshotFragment.tvProductName = (TextView) pyT.e(view, R.id.tv_product_name, "field 'tvProductName'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tv_product_value = (TextView) pyT.e(view, R.id.tv_product_value, "field 'tv_product_value'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithoutInterest = (TextView) pyT.e(view, R.id.tv_amount_without_interest, "field 'tvAmountWithoutInterest'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithoutInterestValue = (TextView) pyT.e(view, R.id.tv_amount_without_interest_value, "field 'tvAmountWithoutInterestValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithInterest = (TextView) pyT.e(view, R.id.tv_amount_with_interest, "field 'tvAmountWithInterest'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithInterestValue = (TextView) pyT.e(view, R.id.tv_amount_with_interest_value, "field 'tvAmountWithInterestValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvTotalInterestFee = (TextView) pyT.e(view, R.id.tv_annual_fee_total_interest, "field 'tvTotalInterestFee'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvTotalInterestValue = (TextView) pyT.e(view, R.id.tv_total_interest_value, "field 'tvTotalInterestValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvDueDate = (TextView) pyT.e(view, R.id.tv_due_date, "field 'tvDueDate'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvPeriods = (TextView) pyT.e(view, R.id.tv_periods_value, "field 'tvPeriods'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvRepaymentValue = (TextView) pyT.e(view, R.id.tv_repayment_day_value, "field 'tvRepaymentValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvInstallmentValue = (TextView) pyT.e(view, R.id.tv_installment_amount_value, "field 'tvInstallmentValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvInterestRatePerMonth = (TextView) pyT.e(view, R.id.tv_interest_rate_per_month, "field 'tvInterestRatePerMonth'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithMonthInterestRateValue = (TextView) pyT.e(view, R.id.tv_interest_rate_month_value, "field 'tvAmountWithMonthInterestRateValue'", TextView.class);
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithFeeDiscount = (TextView) pyT.e(view, R.id.tv_annual_fee_before_discount, "field 'tvAmountWithFeeDiscount'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.transferandpay.ScreenshotFragment_ViewBinding, com.scb.phone.view.fragment.transferandpay.BaseSuccessFragment_ViewBinding, com.scb.phone.view.fragment.transferandpay.BaseReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
BNPLSuccessScreenshotFragment bNPLSuccessScreenshotFragment = this.d;
|
||
|
if (bNPLSuccessScreenshotFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
bNPLSuccessScreenshotFragment.llBNPLSlip = null;
|
||
|
bNPLSuccessScreenshotFragment.bnplDivider = null;
|
||
|
bNPLSuccessScreenshotFragment.llBNPLPaymentMethod = null;
|
||
|
bNPLSuccessScreenshotFragment.llBNPLLoanDetail = null;
|
||
|
bNPLSuccessScreenshotFragment.tvProductName = null;
|
||
|
bNPLSuccessScreenshotFragment.tv_product_value = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithoutInterest = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithoutInterestValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithInterest = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithInterestValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvTotalInterestFee = null;
|
||
|
bNPLSuccessScreenshotFragment.tvTotalInterestValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvDueDate = null;
|
||
|
bNPLSuccessScreenshotFragment.tvPeriods = null;
|
||
|
bNPLSuccessScreenshotFragment.tvRepaymentValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvInstallmentValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvInterestRatePerMonth = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithMonthInterestRateValue = null;
|
||
|
bNPLSuccessScreenshotFragment.tvAmountWithFeeDiscount = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|