Uses of Class
dev.vality.damsel.claim_management.CashRegisterParams
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of CashRegisterParams in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return CashRegisterParams Modifier and Type Method Description CashRegisterParamsCashRegisterParams. deepCopy()CashRegisterParamsCashRegisterModification. getCreation()CashRegisterParamsCashRegisterParams. setCashRegisterProviderId(int cash_register_provider_id)CashRegisterParamsCashRegisterParams. setCashRegisterProviderParams(Map<String,String> cash_register_provider_params)Methods in dev.vality.damsel.claim_management with parameters of type CashRegisterParams Modifier and Type Method Description intCashRegisterParams. compareTo(CashRegisterParams other)static CashRegisterModificationCashRegisterModification. creation(CashRegisterParams value)booleanCashRegisterParams. equals(CashRegisterParams that)voidCashRegisterModification. setCreation(CashRegisterParams value)Constructors in dev.vality.damsel.claim_management with parameters of type CashRegisterParams Constructor Description CashRegisterParams(CashRegisterParams other)Performs a deep copy on other.