public class

Preauthorization

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

Summary

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

Public Methods

public int describeContents ()

public String getAmount ()

public Client getClient ()

public Date getCreatedAt ()

public String getId ()

public boolean getLivemode ()

public Payment getPayment ()

public String getStatus ()

public Date getUpdatedAt ()

public void readFromParcel (Parcel in)

public void writeToParcel (Parcel dest, int flags)