Package tbdex.sdk.protocol.models
Class PaymentDetails
-
- All Implemented Interfaces:
public class PaymentDetailsA data class representing the structure and common functionality available on PayinDetails and PayoutDetails.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodeprivate final Stringminprivate final Stringmaxprivate final List<PaymentMethod>methods
-
Method Summary
Modifier and Type Method Description final StringgetCurrencyCode()ISO 3166 currency code string. final StringgetMin()Minimum amount of currency that the offer is valid for. final StringgetMax()Minimum amount of currency that the offer is valid for. final List<PaymentMethod>getMethods()A list of payment methods to select from. -
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
ISO 3166 currency code string.
-
getMethods
final List<PaymentMethod> getMethods()
A list of payment methods to select from.
-
-
-
-