Uses of Class
dev.vality.damsel.withdrawals.domain.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain declared as DestinationMethods in dev.vality.damsel.withdrawals.domain that return DestinationModifier and TypeMethodDescriptionstatic Destinationstatic DestinationDestination.crypto_wallet(CryptoWallet value) Destination.deepCopy()static DestinationDestination.digital_wallet(DigitalWallet value) static DestinationDestination.generic(GenericPaymentTool value) Withdrawal.getDestination()Methods in dev.vality.damsel.withdrawals.domain with parameters of type DestinationModifier and TypeMethodDescriptionintDestination.compareTo(Destination other) booleanDestination.equals(Destination other) Withdrawal.setDestination(Destination destination) Constructors in dev.vality.damsel.withdrawals.domain with parameters of type DestinationModifierConstructorDescriptionDestination(Destination other) Withdrawal(Cash body, Destination destination) -
Uses of Destination in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as DestinationMethods in dev.vality.damsel.withdrawals.provider_adapter that return DestinationMethods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type DestinationModifier and TypeMethodDescriptionGetQuoteParams.setDestination(Destination destination) Withdrawal.setDestination(Destination destination) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Destination