Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChangePayload
Packages that use InvoicePaymentChangePayload
-
Uses of InvoicePaymentChangePayload in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChangePayloadMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChangePayloadModifier and TypeMethodDescriptionInvoicePaymentChangePayload.deepCopy()InvoicePaymentChange.getPayload()static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_adjustment_change(InvoicePaymentAdjustmentChange value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_capture_started(InvoicePaymentCaptureStarted value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_cash_changed(InvoicePaymentCashChanged value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_cash_flow_changed(InvoicePaymentCashFlowChanged value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_chargeback_change(InvoicePaymentChargebackChange value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_clock_update(InvoicePaymentClockUpdate value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_rec_token_acquired(InvoicePaymentRecTokenAcquired value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_refund_change(InvoicePaymentRefundChange value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_risk_score_changed(InvoicePaymentRiskScoreChanged value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_rollback_started(InvoicePaymentRollbackStarted value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_route_changed(InvoicePaymentRouteChanged value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_session_change(InvoicePaymentSessionChange value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_shop_limit_applied(InvoicePaymentShopLimitApplied value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_shop_limit_initiated(InvoicePaymentShopLimitInitiated value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_started(InvoicePaymentStarted value) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_status_changed(InvoicePaymentStatusChanged value) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChangePayloadModifier and TypeMethodDescriptionintInvoicePaymentChangePayload.compareTo(InvoicePaymentChangePayload other) booleanInvoicePaymentChangePayload.equals(InvoicePaymentChangePayload other) InvoicePaymentChange.setPayload(InvoicePaymentChangePayload payload) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChangePayloadModifierConstructorDescriptionInvoicePaymentChange(String id, InvoicePaymentChangePayload payload)