Package tbdex.sdk.resources
Class PayinDetails
-
- All Implemented Interfaces:
public final class PayinDetailsRepresents the details of the payin for an Offering.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodeprivate final Stringminprivate final Stringmaxprivate final List<PayinMethod>methods
-
Constructor Summary
Constructors Constructor Description PayinDetails(String currencyCode, String min, String max, List<PayinMethod> methods)
-
Method Summary
Modifier and Type Method Description final StringgetCurrencyCode()The ISO 4217 currency code for the payin. final StringgetMin()Optional minimum payin amount. final StringgetMax()Optional maximum payin amount. final List<PayinMethod>getMethods()A list of available methods for making the payin. -
-
Constructor Detail
-
PayinDetails
PayinDetails(String currencyCode, String min, String max, List<PayinMethod> methods)
-
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
The ISO 4217 currency code for the payin.
-
getMethods
final List<PayinMethod> getMethods()
A list of available methods for making the payin.
-
-
-
-