-
- All Implemented Interfaces:
-
android.os.Parcelable
public class FetchConvFeeResponse implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private HashMap<String, FetchConvFeeCombinations>convFeeChargesMappublic final static Parcelable.Creator<FetchConvFeeResponse>CREATOR
-
Constructor Summary
Constructors Constructor Description FetchConvFeeResponse()
-
Method Summary
Modifier and Type Method Description HashMap<String, FetchConvFeeCombinations>getConvFeeChargesMap()voidsetConvFeeChargesMap(HashMap<String, FetchConvFeeCombinations> convFeeChargesMap)intdescribeContents()voidwriteToParcel(@NonNull() Parcel parcel, int i)-
-
Method Detail
-
getConvFeeChargesMap
HashMap<String, FetchConvFeeCombinations> getConvFeeChargesMap()
-
setConvFeeChargesMap
void setConvFeeChargesMap(HashMap<String, FetchConvFeeCombinations> convFeeChargesMap)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel parcel, int i)
-
-
-
-