public class PaymentSystem
Платёжная система
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.payment.PaymentSystem> |
CREATOR |
Constructor and Description |
---|
PaymentSystem() |
PaymentSystem() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals() |
java.lang.String |
getPaymentSystemId() |
PaymentType |
getPaymentType() |
java.lang.String |
getUserDescription() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel() |
public static android.os.Parcelable.Creator<ru.evotor.framework.payment.PaymentSystem> CREATOR
public java.lang.String getUserDescription()
public PaymentType getPaymentType()
public java.lang.String getPaymentSystemId()
public boolean equals()
public int hashCode()
public int describeContents()
public void writeToParcel()
public java.lang.String toString()