Package tbdex.sdk.httpclient.models
Class GetOfferingsFilter
-
- All Implemented Interfaces:
public final class GetOfferingsFilterA filter object used to query offerings.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpayinCurrencyprivate final StringpayoutCurrencyprivate final Stringid
-
Constructor Summary
Constructors Constructor Description GetOfferingsFilter(String payinCurrency, String payoutCurrency, String id)
-
Method Summary
Modifier and Type Method Description final StringgetPayinCurrency()The currency used for payments (optional). final StringgetPayoutCurrency()The currency used for payouts (optional). final StringgetId()The unique identifier of the offering (optional). -
-
Method Detail
-
getPayinCurrency
final String getPayinCurrency()
The currency used for payments (optional).
-
getPayoutCurrency
final String getPayoutCurrency()
The currency used for payouts (optional).
-
-
-
-