-
- All Implemented Interfaces:
-
android.os.Parcelable
public class FeeInfo implements Parcelable
Represents the fee information for Visa Installment Payment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFeeInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final StringratePercentageprivate final StringmonthlyRatePercentageprivate final StringflatFeepublic final static Parcelable.Creator<FeeInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description FeeInfo(FeeInfo.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetType()Returns the type of fees StringgetRatePercentage()Returns the rate percentage. StringgetMonthlyRatePercentage()Returns the monthly rate percentage. StringgetFlatFee()Returns the flat fee. booleanequals(@Nullable() Object obj)inthashCode()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Constructor Detail
-
FeeInfo
FeeInfo(FeeInfo.Builder builder)
-
-
Method Detail
-
getRatePercentage
@Nullable() String getRatePercentage()
Returns the rate percentage.
-
getMonthlyRatePercentage
@Nullable() String getMonthlyRatePercentage()
Returns the monthly rate percentage.
-
getFlatFee
@Nullable() String getFlatFee()
Returns the flat fee.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-