Package tbdex.sdk.resources
Class PayoutDetails
-
- All Implemented Interfaces:
public final class PayoutDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodeprivate final Stringminprivate final Stringmaxprivate final List<PayoutMethod>methods
-
Constructor Summary
Constructors Constructor Description PayoutDetails(String currencyCode, String min, String max, List<PayoutMethod> methods)
-
Method Summary
Modifier and Type Method Description final StringgetCurrencyCode()final StringgetMin()final StringgetMax()final List<PayoutMethod>getMethods()-
-
Constructor Detail
-
PayoutDetails
PayoutDetails(String currencyCode, String min, String max, List<PayoutMethod> methods)
-
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
-
getMethods
final List<PayoutMethod> getMethods()
-
-
-
-