Back to project page userapp-android.
The source code is released under:
MIT License
If you think the Android project userapp-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package io.userapp.client.android; //from w w w. j a va2s . com import com.google.gson.annotations.SerializedName; public class Subscription { @SerializedName("price_list_id") public String price_list_id; @SerializedName("plan_id") public String plan_id; @SerializedName("override") public Boolean override; }