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