Uses of Class
dev.vality.damsel.payment_processing.RecurrentPayerParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of RecurrentPayerParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return RecurrentPayerParams Modifier and Type Method Description RecurrentPayerParamsRecurrentPayerParams. deepCopy()RecurrentPayerParamsPayerParams. getRecurrent()RecurrentPayerParamsRecurrentPayerParams. setContactInfo(ContactInfo contact_info)RecurrentPayerParamsRecurrentPayerParams. setRecurrentParent(RecurrentParentPayment recurrent_parent)Methods in dev.vality.damsel.payment_processing with parameters of type RecurrentPayerParams Modifier and Type Method Description intRecurrentPayerParams. compareTo(RecurrentPayerParams other)booleanRecurrentPayerParams. equals(RecurrentPayerParams that)static PayerParamsPayerParams. recurrent(RecurrentPayerParams value)voidPayerParams. setRecurrent(RecurrentPayerParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type RecurrentPayerParams Constructor Description RecurrentPayerParams(RecurrentPayerParams other)Performs a deep copy on other.