public interface

PMPaymentParams

implements Parcelable
com.paymill.android.factory.PMPaymentParams

Class Overview

Object representing the parameters needed to create new Transactions and Preauthorizations. Never extend this interface yourself, instead use the static methods in PMFactory.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract int getAmount()
abstract String getCurrency()
abstract String getDescription()
abstract Map<StringString> toMap()
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract int getAmount ()

public abstract String getCurrency ()

public abstract String getDescription ()

public abstract Map<StringString> toMap ()