Uses of Class
dev.vality.damsel.payment_processing.CustomerBindingPending
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerBindingPending in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerBindingPending Modifier and Type Method Description CustomerBindingPendingCustomerBindingPending. deepCopy()CustomerBindingPendingCustomerBindingStatus. getPending()Methods in dev.vality.damsel.payment_processing with parameters of type CustomerBindingPending Modifier and Type Method Description intCustomerBindingPending. compareTo(CustomerBindingPending other)booleanCustomerBindingPending. equals(CustomerBindingPending that)static CustomerBindingStatusCustomerBindingStatus. pending(CustomerBindingPending value)voidCustomerBindingStatus. setPending(CustomerBindingPending value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerBindingPending Constructor Description CustomerBindingPending(CustomerBindingPending other)Performs a deep copy on other.