-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SepaPaymentInfo implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringserviceTagprivate final Stringversionprivate final StringcharacterSetprivate final Stringidentificationprivate final StringreceiverBICprivate final StringreceiverNameprivate final StringreceiverIBANprivate final Stringamountprivate final Stringpurposeprivate final Stringreferenceprivate final Stringinformation
-
Method Summary
Modifier and Type Method Description final StringgetServiceTag()final StringgetVersion()final StringgetCharacterSet()final StringgetIdentification()final StringgetReceiverBIC()final StringgetReceiverName()final StringgetReceiverIBAN()final StringgetAmount()final StringgetPurpose()final StringgetReference()final StringgetInformation()-
-
Method Detail
-
getServiceTag
final String getServiceTag()
-
getVersion
final String getVersion()
-
getCharacterSet
final String getCharacterSet()
-
getIdentification
final String getIdentification()
-
getReceiverBIC
final String getReceiverBIC()
-
getReceiverName
final String getReceiverName()
-
getReceiverIBAN
final String getReceiverIBAN()
-
getPurpose
final String getPurpose()
-
getReference
final String getReference()
-
getInformation
final String getInformation()
-
-
-
-