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
Payment
extends
Object
implements
Parcelable
java.lang.Object
↳
com.paymill.android.api.Payment
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
Fields
public static final
Creator
<
Payment
>
CREATOR
Public Methods
int
describeContents
()
String
getAccount
()
String
getBic
()
String
getCardHolder
()
String
getCardType
()
String
getClient
()
String
getCode
()
String
getCountry
()
Date
getCreatedAt
()
int
getExpireMonth
()
int
getExpireYear
()
String
getHolder
()
String
getIban
()
String
getId
()
String
getLast4
()
String
getType
()
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
<
Payment
>
CREATOR
Public Methods
public int
describeContents
()
public
String
getAccount
()
public
String
getBic
()
public
String
getCardHolder
()
public
String
getCardType
()
public
String
getClient
()
public
String
getCode
()
public
String
getCountry
()
public
Date
getCreatedAt
()
public int
getExpireMonth
()
public int
getExpireYear
()
public
String
getHolder
()
public
String
getIban
()
public
String
getId
()
public
String
getLast4
()
public
String
getType
()
public
Date
getUpdatedAt
()
public void
readFromParcel
(
Parcel
in)
public void
writeToParcel
(
Parcel
dest, int flags)