Package tbdex.sdk.resources
Class PayoutDetails
-
- All Implemented Interfaces:
public final class PayoutDetailsRepresents the details of the payout for an Offering.
-
-
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()The ISO 4217 currency code for the payout. final StringgetMin()Optional minimum payout amount. final StringgetMax()Optional maximum payout amount. final List<PayoutMethod>getMethods()A list of available methods for receiving the payout. -
-
Constructor Detail
-
PayoutDetails
PayoutDetails(String currencyCode, String min, String max, List<PayoutMethod> methods)
-
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
The ISO 4217 currency code for the payout.
-
getMethods
final List<PayoutMethod> getMethods()
A list of available methods for receiving the payout.
-
-
-
-