PayMill Android SDK
Package Index
|
Class Index
com.paymill.android.api
com.paymill.android.factory
com.paymill.android.listener
com.paymill.android.service
Classes
Client
Payment
Preauthorization
Refund
Subscription
Transaction
Package Index
|
Class Index
Summary:
Inherited Constants
|
Fields
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Refund
extends
Object
implements
Parcelable
java.lang.Object
↳
com.paymill.android.api.Refund
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
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
boolean
equals
(
Object
arg0)
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
android.os.Parcelable
abstract int
describeContents
()
abstract void
writeToParcel
(
Parcel
arg0, int arg1)
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)