Class PaymentsViewHolder
- java.lang.Object
- 
- androidx.recyclerview.widget.RecyclerView.ViewHolder
- 
- com.cheetahdigital.products.ui.checkout.PaymentsViewHolder
 
 
- 
 public class PaymentsViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderTheRecyclerView.ViewHolderclass forPaymentsListAdapter
- 
- 
Field SummaryFields Modifier and Type Field Description android.widget.ImageViewmImageLogoandroid.widget.TextViewmTextViewName
 - 
Constructor SummaryConstructors Constructor Description PaymentsViewHolder(android.view.View itemView)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(PaymentTypes paymentTypes)Method to bind and display thePaymentTypesto thePaymentsViewHolder
 
- 
- 
- 
Method Detail- 
bindpublic void bind(PaymentTypes paymentTypes) Method to bind and display thePaymentTypesto thePaymentsViewHolder- Parameters:
- paymentTypes- instance of- PaymentTypesused to display the content on the- PaymentsViewHolder
 
 
- 
 
-