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