public class PayPalCreditFinancing
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<PayPalCreditFinancing> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static PayPalCreditFinancing |
fromJson(org.json.JSONObject creditFinancing) |
PayPalCreditFinancingAmount |
getMonthlyPayment() |
int |
getTerm() |
PayPalCreditFinancingAmount |
getTotalCost() |
PayPalCreditFinancingAmount |
getTotalInterest() |
boolean |
hasPayerAcceptance() |
boolean |
isCardAmountImmutable() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<PayPalCreditFinancing> CREATOR
public static PayPalCreditFinancing fromJson(org.json.JSONObject creditFinancing) throws org.json.JSONException
org.json.JSONExceptionpublic int getTerm()
public boolean isCardAmountImmutable()
public PayPalCreditFinancingAmount getMonthlyPayment()
public boolean hasPayerAcceptance()
public PayPalCreditFinancingAmount getTotalCost()
public PayPalCreditFinancingAmount getTotalInterest()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable