Uses of Class
dev.vality.damsel.domain.RecurrentPayer
Packages that use RecurrentPayer
-
Uses of RecurrentPayer in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return RecurrentPayerModifier and TypeMethodDescriptionRecurrentPayer.deepCopy()Payer.getRecurrent()RecurrentPayer.setContactInfo(ContactInfo contact_info) RecurrentPayer.setPaymentTool(PaymentTool payment_tool) RecurrentPayer.setRecurrentParent(RecurrentParentPayment recurrent_parent) Methods in dev.vality.damsel.domain with parameters of type RecurrentPayerModifier and TypeMethodDescriptionintRecurrentPayer.compareTo(RecurrentPayer other) booleanRecurrentPayer.equals(RecurrentPayer that) static PayerPayer.recurrent(RecurrentPayer value) voidPayer.setRecurrent(RecurrentPayer value) Constructors in dev.vality.damsel.domain with parameters of type RecurrentPayerModifierConstructorDescriptionRecurrentPayer(RecurrentPayer other) Performs a deep copy on other.