We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c1df7 commit 26ec6cdCopy full SHA for 26ec6cd
affirm/src/main/java/com/affirm/android/model/Item.java
@@ -39,10 +39,12 @@ public static TypeAdapter<Item> typeAdapter(Gson gson) {
39
public abstract Integer qty();
40
41
// The item's product description page URL.
42
+ @Nullable
43
@SerializedName("item_url")
44
public abstract String url();
45
46
// The item's product image URL.
47
48
@SerializedName("item_image_url")
49
public abstract String imageUrl();
50
0 commit comments