Uses of Class
dev.vality.damsel.domain.GenericPaymentMethod
Packages that use GenericPaymentMethod
-
Uses of GenericPaymentMethod in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return GenericPaymentMethodModifier and TypeMethodDescriptionGenericPaymentMethod.deepCopy()PaymentMethod.getGeneric()GenericPaymentMethod.setPaymentService(PaymentServiceRef payment_service) Сервис, обслуживающий данный платёжный инструмент.Methods in dev.vality.damsel.domain with parameters of type GenericPaymentMethodModifier and TypeMethodDescriptionintGenericPaymentMethod.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 GenericPaymentMethodModifierConstructorDescriptionPerforms a deep copy on other.