Uses of Class
dev.vality.damsel.withdrawals.domain.Destination
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.domain | |
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of Destination in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain declared as Destination Modifier and Type Field Description DestinationWithdrawal. destinationMethods in dev.vality.damsel.withdrawals.domain that return Destination Modifier and Type Method Description static DestinationDestination. bank_card(BankCard value)static DestinationDestination. crypto_wallet(CryptoWallet value)DestinationDestination. deepCopy()static DestinationDestination. digital_wallet(DigitalWallet value)static DestinationDestination. generic(GenericPaymentTool value)DestinationWithdrawal. getDestination()Methods in dev.vality.damsel.withdrawals.domain with parameters of type Destination Modifier and Type Method Description intDestination. compareTo(Destination other)booleanDestination. equals(Destination other)WithdrawalWithdrawal. setDestination(Destination destination)Constructors in dev.vality.damsel.withdrawals.domain with parameters of type Destination Constructor Description Destination(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 Destination Modifier and Type Field Description DestinationWithdrawal. destinationMethods in dev.vality.damsel.withdrawals.provider_adapter that return Destination Modifier and Type Method Description DestinationWithdrawal. getDestination()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Destination Modifier and Type Method Description WithdrawalWithdrawal. setDestination(Destination destination)Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Destination Constructor Description Withdrawal(String id, Cash body, Destination destination)