public class

Transaction

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<Transaction> CREATOR
Public Methods
int describeContents()
String getAmount()
Client getClient()
Date getCreatedAt()
String getCurrency()
String getDescription()
String getId()
boolean getLivemode()
int getOriginAmount()
Payment getPayment()
Preauthorization getPreauthorization()
int getResponseCode()
String getStatus()
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<Transaction> CREATOR

Public Methods

public int describeContents ()

public String getAmount ()

public Client getClient ()

public Date getCreatedAt ()

public String getCurrency ()

public String getDescription ()

public String getId ()

public boolean getLivemode ()

public int getOriginAmount ()

public Payment getPayment ()

public Preauthorization getPreauthorization ()

public int getResponseCode ()

public String getStatus ()

public Date getUpdatedAt ()

public void readFromParcel (Parcel in)

public void writeToParcel (Parcel dest, int flags)