public class

Refund

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

Summary

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

Public Methods

public int describeContents ()

public String getAmount ()

public Date getCreatedAt ()

public String getDescription ()

public String getId ()

public boolean getLivemode ()

public int getResponseCode ()

public String getStatus ()

public Transaction getTransaction ()

public Date getUpdatedAt ()

public void readFromParcel (Parcel in)

public void writeToParcel (Parcel dest, int flags)