-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PaymentDetails implements Parcelable
Represents the payment details of an order.
-
-
Constructor Summary
Constructors Constructor Description PaymentDetails(String recipient, String iban, String amount, String purpose)
-
Method Summary
Modifier and Type Method Description final StringgetRecipient()final StringgetIban()final StringgetAmount()final StringgetPurpose()
-