Uses of Class
dev.vality.damsel.merch_stat.RecurrentPayer
Packages that use RecurrentPayer
-
Uses of RecurrentPayer in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return RecurrentPayerModifier and TypeMethodDescriptionRecurrentPayer.deepCopy()Payer.getRecurrent()RecurrentPayer.setPaymentTool(PaymentTool payment_tool) RecurrentPayer.setPhoneNumber(String phone_number) RecurrentPayer.setRecurrentParent(RecurrentParentPayment recurrent_parent) Methods in dev.vality.damsel.merch_stat 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.merch_stat with parameters of type RecurrentPayerModifierConstructorDescriptionRecurrentPayer(RecurrentPayer other) Performs a deep copy on other.