Uses of Class
dev.vality.damsel.payment_processing.InconsistentRefundCurrency
Packages that use InconsistentRefundCurrency
-
Uses of InconsistentRefundCurrency in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InconsistentRefundCurrencyModifier and TypeFieldDescriptionInvoicingSrv.RefundPayment_result.ex10InvoicingSrv.CreateManualRefund_result.ex9Methods in dev.vality.damsel.payment_processing that return InconsistentRefundCurrencyModifier and TypeMethodDescriptionInconsistentRefundCurrency.deepCopy()InvoicingSrv.RefundPayment_result.getEx10()InvoicingSrv.CreateManualRefund_result.getEx9()InconsistentRefundCurrency.setCurrency(String currency) Methods in dev.vality.damsel.payment_processing with parameters of type InconsistentRefundCurrencyModifier and TypeMethodDescriptionintInconsistentRefundCurrency.compareTo(InconsistentRefundCurrency other) booleanInconsistentRefundCurrency.equals(InconsistentRefundCurrency that) InvoicingSrv.RefundPayment_result.setEx10(InconsistentRefundCurrency ex10) InvoicingSrv.CreateManualRefund_result.setEx9(InconsistentRefundCurrency ex9) Methods in dev.vality.damsel.payment_processing that throw InconsistentRefundCurrencyModifier and TypeMethodDescriptionInvoicingSrv.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()InvoicingSrv.Client.recvCreateManualRefund()InvoicingSrv.Client.recvRefundPayment()InvoicingSrv.Client.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) Сделать возврат платежа.Constructors in dev.vality.damsel.payment_processing with parameters of type InconsistentRefundCurrencyModifierConstructorDescriptionCreateManualRefund_result(InvoicePaymentRefund success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvoicePaymentAmountExceeded ex8, InconsistentRefundCurrency ex9, InvalidPartyStatus ex10, InvalidShopStatus ex11, InvalidContractStatus ex12, InvalidRequest ex13, InvoicePaymentChargebackPending ex14, AllocationNotAllowed ex15, AllocationExceededPaymentAmount ex16, AllocationInvalidTransaction ex17, AllocationNotFound ex18) Performs a deep copy on other.RefundPayment_result(InvoicePaymentRefund success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvalidRequest ex8, InvoicePaymentAmountExceeded ex9, InconsistentRefundCurrency ex10, InvalidPartyStatus ex11, InvalidShopStatus ex12, InvalidContractStatus ex13, InvoicePaymentChargebackPending ex14, AllocationNotAllowed ex15, AllocationExceededPaymentAmount ex16, AllocationInvalidTransaction ex17, AllocationNotFound ex18)