Uses of Class
dev.vality.damsel.payment_processing.CustomerPayerParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerPayerParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerPayerParams Modifier and Type Method Description CustomerPayerParamsCustomerPayerParams. deepCopy()CustomerPayerParamsPayerParams. getCustomer()CustomerPayerParamsCustomerPayerParams. setCustomerId(String customer_id)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerPayerParams Modifier and Type Method Description intCustomerPayerParams. compareTo(CustomerPayerParams other)static PayerParamsPayerParams. customer(CustomerPayerParams value)booleanCustomerPayerParams. equals(CustomerPayerParams that)voidPayerParams. setCustomer(CustomerPayerParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerPayerParams Constructor Description CustomerPayerParams(CustomerPayerParams other)Performs a deep copy on other.