Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackPending
Packages that use InvoicePaymentChargebackPending
-
Uses of InvoicePaymentChargebackPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackPendingModifier and TypeFieldDescriptionInvoicingSrv.CreateChargeback_result.ex14InvoicingSrv.CreateManualRefund_result.ex14InvoicingSrv.RefundPayment_result.ex14Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackPendingModifier and TypeMethodDescriptionInvoicePaymentChargebackPending.deepCopy()InvoicingSrv.CreateChargeback_result.getEx14()InvoicingSrv.CreateManualRefund_result.getEx14()InvoicingSrv.RefundPayment_result.getEx14()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackPendingModifier and TypeMethodDescriptionintInvoicePaymentChargebackPending.compareTo(InvoicePaymentChargebackPending other) booleanInvoicePaymentChargebackPending.equals(InvoicePaymentChargebackPending that) InvoicingSrv.CreateChargeback_result.setEx14(InvoicePaymentChargebackPending ex14) InvoicingSrv.CreateManualRefund_result.setEx14(InvoicePaymentChargebackPending ex14) InvoicingSrv.RefundPayment_result.setEx14(InvoicePaymentChargebackPending ex14) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackPendingModifier and TypeMethodDescriptionInvoicingSrv.Client.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) InvoicingSrv.Iface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) Создать чарджбэкInvoicingSrv.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.InvoicingSrv.AsyncClient.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()InvoicingSrv.Client.recvCreateChargeback()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 InvoicePaymentChargebackPendingModifierConstructorDescriptionCreateChargeback_result(InvoicePaymentChargeback success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvoicePaymentAmountExceeded ex8, InconsistentChargebackCurrency ex9, InvoicePaymentChargebackInvalidStatus ex11, InvalidContractStatus ex12, InvoicePaymentChargebackPending ex14) CreateManualRefund_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)