Package tbdex.sdk.protocol.models
Class PayoutDetails
-
- All Implemented Interfaces:
public final class PayoutDetails extends PaymentDetails
A data class containing information pertaining to payout.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodeprivate final Stringminprivate final Stringmaxprivate final List<PaymentMethod>methods
-
Constructor Summary
Constructors Constructor Description PayoutDetails(String currencyCode, String min, String max, List<PayoutMethod> methods)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
PayoutDetails
PayoutDetails(String currencyCode, String min, String max, List<PayoutMethod> methods)
- Parameters:
currencyCode- ISO 3166 currency code stringmin- Minimum amount of currency that the offer is valid formax- Maximum amount of currency that the offer is valid formethods- A list of payout methods to select from
-
-
-
-