Uses of Class
org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
-
Packages that use CoinbaseRecurringPaymentStatus Package Description org.knowm.xchange.coinbase.dto.account org.knowm.xchange.coinbase.dto.common org.knowm.xchange.coinbase.dto.merchant -
-
Uses of CoinbaseRecurringPaymentStatus in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseRecurringPaymentStatus Modifier and Type Method Description CoinbaseRecurringPaymentStatus
CoinbaseRecurringPayment. getStatus()
-
Uses of CoinbaseRecurringPaymentStatus in org.knowm.xchange.coinbase.dto.common
Methods in org.knowm.xchange.coinbase.dto.common that return CoinbaseRecurringPaymentStatus Modifier and Type Method Description static CoinbaseRecurringPaymentStatus
CoinbaseRecurringPaymentStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoinbaseRecurringPaymentStatus[]
CoinbaseRecurringPaymentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoinbaseRecurringPaymentStatus in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseRecurringPaymentStatus Modifier and Type Method Description CoinbaseRecurringPaymentStatus
CoinbaseSubscription. getStatus()
-