- 
                    
                    - All Implemented Interfaces:
- 
                            
                            android.os.Parcelable
 
 public class CardDetails implements Parcelable The card details including card number and expiry date. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final Stringpanprivate final StringexpiryMonthprivate final StringexpiryYearpublic final static Parcelable.Creator<CardDetails>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description CardDetails(String pan, String expiryMonth, String expiryYear)Creates the card details. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetPan()Returns the card number. StringgetExpiryMonth()Returns the expiry month if available. StringgetExpiryYear()Returns the expiry year if available. voidwriteToParcel(Parcel dest, int flags)intdescribeContents()booleanequals(Object o)inthashCode()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getExpiryMonth@Nullable() String getExpiryMonth() Returns the expiry month if available. 
 - 
                                        getExpiryYear@Nullable() String getExpiryYear() Returns the expiry year if available. 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 - 
                                        hashCodeint hashCode() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-