-
- All Implemented Interfaces:
-
android.os.Parcelable
public class InstallmentInfo implements Parcelable
Represents the installment information for Visa Installment Payment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInstallmentInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StringupfrontFeeprivate final StringtotalAmountExcludingUpfrontFeeprivate final StringinstallmentFeeprivate final Stringamountprivate final StringtotalAmountpublic final static Parcelable.Creator<InstallmentInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description InstallmentInfo(InstallmentInfo.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetUpfrontFee()Returns the upfront fees of visa installment StringgetTotalAmountExcludingUpfrontFee()Returns the total amount excluding upfront fees StringgetInstallmentFee()Returns the installment fees StringgetAmount()Returns the amount StringgetTotalAmount()Returns the total amount booleanequals(@Nullable() Object obj)inthashCode()voidwriteToParcel(@NonNull() Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
InstallmentInfo
InstallmentInfo(InstallmentInfo.Builder builder)
-
-
Method Detail
-
getUpfrontFee
@Nullable() String getUpfrontFee()
Returns the upfront fees of visa installment
-
getTotalAmountExcludingUpfrontFee
@Nullable() String getTotalAmountExcludingUpfrontFee()
Returns the total amount excluding upfront fees
-
getInstallmentFee
@Nullable() String getInstallmentFee()
Returns the installment fees
-
getTotalAmount
@Nullable() String getTotalAmount()
Returns the total amount
-
hashCode
int hashCode()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-