Class CreditCardIntroImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CreditCardIntroImage extends IntroImage implements Parcelable
The image for the introduction screen with a credit card template.
-
-
Constructor Summary
Constructors Constructor Description CreditCardIntroImage(Map<String, Object> source)
CreditCardIntroImage(JSONObject json)
CreditCardIntroImage()
-
Method Summary
Modifier and Type Method Description String
get_type()
JSONObject
toJson()
final static CreditCardIntroImage
default()
-
-
Constructor Detail
-
CreditCardIntroImage
CreditCardIntroImage(JSONObject json)
-
CreditCardIntroImage
CreditCardIntroImage()
-
-
Method Detail
-
toJson
JSONObject toJson()
-
default
final static CreditCardIntroImage default()
-
-
-
-