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
Client
extends
Object
implements
Parcelable
java.lang.Object
↳
com.paymill.android.api.Client
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
Fields
public static final
Creator
<
Client
>
CREATOR
Public Methods
int
describeContents
()
Date
getCreatedAt
()
String
getDescription
()
String
getEmail
()
String
getId
()
Collection
<
String
>
getPayments
()
Subscription
getSubscription
()
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
<
Client
>
CREATOR
Public Methods
public int
describeContents
()
public
Date
getCreatedAt
()
public
String
getDescription
()
public
String
getEmail
()
public
String
getId
()
public
Collection
<
String
>
getPayments
()
public
Subscription
getSubscription
()
public
Date
getUpdatedAt
()
public void
readFromParcel
(
Parcel
in)
public void
writeToParcel
(
Parcel
dest, int flags)