public abstract class PayMethod extends Object implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
PayMethod.PayMethodType
The PayMethod type
|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
PayMethod() |
Modifier and Type | Method and Description |
---|---|
abstract PayMethod.PayMethodType |
getType()
The type of the pay method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public abstract PayMethod.PayMethodType getType()