Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRiskScoreChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRiskScoreChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRiskScoreChanged Modifier and Type Method Description InvoicePaymentRiskScoreChangedInvoicePaymentRiskScoreChanged. deepCopy()InvoicePaymentRiskScoreChangedInvoicePaymentChangePayload. getInvoicePaymentRiskScoreChanged()InvoicePaymentRiskScoreChangedInvoicePaymentRiskScoreChanged. setRiskScore(RiskScore risk_score)Оценка риска платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRiskScoreChanged Modifier and Type Method Description intInvoicePaymentRiskScoreChanged. compareTo(InvoicePaymentRiskScoreChanged other)booleanInvoicePaymentRiskScoreChanged. equals(InvoicePaymentRiskScoreChanged that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_risk_score_changed(InvoicePaymentRiskScoreChanged value)voidInvoicePaymentChangePayload. setInvoicePaymentRiskScoreChanged(InvoicePaymentRiskScoreChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRiskScoreChanged Constructor Description InvoicePaymentRiskScoreChanged(InvoicePaymentRiskScoreChanged other)Performs a deep copy on other.