Uses of Class
dev.vality.damsel.domain.GenericPaymentMethod
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of GenericPaymentMethod in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return GenericPaymentMethod Modifier and Type Method Description GenericPaymentMethodGenericPaymentMethod. deepCopy()GenericPaymentMethodPaymentMethod. getGeneric()GenericPaymentMethodGenericPaymentMethod. setPaymentService(PaymentServiceRef payment_service)Сервис, обслуживающий данный платёжный инструмент.Methods in dev.vality.damsel.domain with parameters of type GenericPaymentMethod Modifier and Type Method Description intGenericPaymentMethod. compareTo(GenericPaymentMethod other)booleanGenericPaymentMethod. equals(GenericPaymentMethod that)static PaymentMethodPaymentMethod. generic(GenericPaymentMethod value)voidPaymentMethod. setGeneric(GenericPaymentMethod value)Constructors in dev.vality.damsel.domain with parameters of type GenericPaymentMethod Constructor Description GenericPaymentMethod(GenericPaymentMethod other)Performs a deep copy on other.