Uses of Class
dev.vality.damsel.domain.CustomerPayer
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CustomerPayer in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CustomerPayer Modifier and Type Method Description CustomerPayerCustomerPayer. deepCopy()CustomerPayerPayer. getCustomer()CustomerPayerCustomerPayer. setContactInfo(ContactInfo contact_info)CustomerPayerCustomerPayer. setCustomerBindingId(String customer_binding_id)CustomerPayerCustomerPayer. setCustomerId(String customer_id)CustomerPayerCustomerPayer. setPaymentTool(PaymentTool payment_tool)CustomerPayerCustomerPayer. setRecPaymentToolId(String rec_payment_tool_id)Methods in dev.vality.damsel.domain with parameters of type CustomerPayer Modifier and Type Method Description intCustomerPayer. 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 Constructor Description CustomerPayer(CustomerPayer other)Performs a deep copy on other.