Uses of Class
dev.vality.damsel.domain.RecurrentPayer
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of RecurrentPayer in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return RecurrentPayer Modifier and Type Method Description RecurrentPayerRecurrentPayer. deepCopy()RecurrentPayerPayer. getRecurrent()RecurrentPayerRecurrentPayer. setContactInfo(ContactInfo contact_info)RecurrentPayerRecurrentPayer. setPaymentTool(PaymentTool payment_tool)RecurrentPayerRecurrentPayer. setRecurrentParent(RecurrentParentPayment recurrent_parent)Methods in dev.vality.damsel.domain with parameters of type RecurrentPayer Modifier and Type Method Description intRecurrentPayer. 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 RecurrentPayer Constructor Description RecurrentPayer(RecurrentPayer other)Performs a deep copy on other.