Uses of Class
dev.vality.damsel.domain.CustomerPayer
Packages that use CustomerPayer
-
Uses of CustomerPayer in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CustomerPayerModifier and TypeMethodDescriptionCustomerPayer.deepCopy()Payer.getCustomer()CustomerPayer.setContactInfo(ContactInfo contact_info) CustomerPayer.setCustomerBindingId(String customer_binding_id) CustomerPayer.setCustomerId(String customer_id) CustomerPayer.setPaymentTool(PaymentTool payment_tool) CustomerPayer.setRecPaymentToolId(String rec_payment_tool_id) Methods in dev.vality.damsel.domain with parameters of type CustomerPayerModifier and TypeMethodDescriptionintCustomerPayer.compareTo(CustomerPayer other) static PayerPayer.customer(CustomerPayer value) booleanCustomerPayer.equals(CustomerPayer that) voidPayer.setCustomer(CustomerPayer value) Constructors in dev.vality.damsel.domain with parameters of type CustomerPayer