Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAlreadyHasStatus
Packages that use InvoicePaymentAlreadyHasStatus
-
Uses of InvoicePaymentAlreadyHasStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAlreadyHasStatusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentAlreadyHasStatusModifier and TypeMethodDescriptionInvoicePaymentAlreadyHasStatus.deepCopy()InvoicingSrv.CreatePaymentAdjustment_result.getEx7()InvoicePaymentAlreadyHasStatus.setStatus(InvoicePaymentStatus status) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAlreadyHasStatusModifier and TypeMethodDescriptionintInvoicePaymentAlreadyHasStatus.compareTo(InvoicePaymentAlreadyHasStatus other) booleanInvoicePaymentAlreadyHasStatus.equals(InvoicePaymentAlreadyHasStatus that) InvoicingSrv.CreatePaymentAdjustment_result.setEx7(InvoicePaymentAlreadyHasStatus ex7) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAlreadyHasStatusModifier and TypeMethodDescriptionInvoicingSrv.Client.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.Iface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) Создать поправку к платежу.InvoicingSrv.AsyncClient.CreatePaymentAdjustment_call.getResult()InvoicingSrv.Client.recvCreatePaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAlreadyHasStatusModifierConstructorDescriptionCreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8) Performs a deep copy on other.