Class CreditCardIntroCustomImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CreditCardIntroCustomImage extends CreditCardScannerIntroImage implements Parcelable
A custom image for the introduction screen.
-
-
Constructor Summary
Constructors Constructor Description CreditCardIntroCustomImage(Map<String, Object> source)
CreditCardIntroCustomImage(JSONObject json)
CreditCardIntroCustomImage(String uri)
-
Method Summary
Modifier and Type Method Description String
get_type()
final String
getUri()
The web or file URI to the image. final Unit
setUri(String uri)
The web or file URI to the image. JSONObject
toJson(ToJsonConfiguration config)
CreditCardIntroCustomImage
clone()
-
-
Constructor Detail
-
CreditCardIntroCustomImage
CreditCardIntroCustomImage(JSONObject json)
-
CreditCardIntroCustomImage
CreditCardIntroCustomImage(String uri)
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
CreditCardIntroCustomImage clone()
-
-
-
-