public class

Payment

extends Object
implements Parcelable
java.lang.Object
   ↳ com.paymill.android.api.Payment

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<Payment> CREATOR
Public Methods
int describeContents()
String getAccount()
String getBic()
String getCardHolder()
String getCardType()
String getClient()
String getCode()
String getCountry()
Date getCreatedAt()
int getExpireMonth()
int getExpireYear()
String getHolder()
String getIban()
String getId()
String getLast4()
String getType()
Date getUpdatedAt()
void readFromParcel(Parcel in)
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<Payment> CREATOR

Public Methods

public int describeContents ()

public String getAccount ()

public String getBic ()

public String getCardHolder ()

public String getCardType ()

public String getClient ()

public String getCode ()

public String getCountry ()

public Date getCreatedAt ()

public int getExpireMonth ()

public int getExpireYear ()

public String getHolder ()

public String getIban ()

public String getId ()

public String getLast4 ()

public String getType ()

public Date getUpdatedAt ()

public void readFromParcel (Parcel in)

public void writeToParcel (Parcel dest, int flags)