-
- All Implemented Interfaces:
-
android.os.Parcelable
public class TermsAndConditions implements Parcelable
Represents the terms and conditions for Visa Installment Payment. This class implements Parcelable to allow passing it between Android components.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTermsAndConditions.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final intversionprivate final Stringtextprivate final StringlanguageCodepublic final static Parcelable.Creator<TermsAndConditions>CREATOR
-
Constructor Summary
Constructors Constructor Description TermsAndConditions(TermsAndConditions.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetUrl()Return url of Terms and Conditions. intgetVersion()Return version of Terms and Conditions. StringgetText()Return text of Terms and Conditions. StringgetLanguageCode()Return language code of Terms and Conditions. booleanequals(@Nullable() Object o)inthashCode()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Constructor Detail
-
TermsAndConditions
TermsAndConditions(TermsAndConditions.Builder builder)
-
-
Method Detail
-
getVersion
int getVersion()
Return version of Terms and Conditions.
-
getLanguageCode
@Nullable() String getLanguageCode()
Return language code of Terms and Conditions.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-