Uses of Class
dev.vality.damsel.domain.InvoicePaymentRefund
Packages that use InvoicePaymentRefund
-
Uses of InvoicePaymentRefund in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentRefundModifier and TypeMethodDescriptionInvoicePaymentRefund.deepCopy()InvoicePaymentRefund.setAllocation(Allocation allocation) InvoicePaymentRefund.setCart(InvoiceCart cart) InvoicePaymentRefund.setCreatedAt(String created_at) InvoicePaymentRefund.setDomainRevision(long domain_revision) InvoicePaymentRefund.setExternalId(String external_id) InvoicePaymentRefund.setPartyRevision(long party_revision) InvoicePaymentRefund.setStatus(InvoicePaymentRefundStatus status) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundModifier and TypeMethodDescriptionintInvoicePaymentRefund.compareTo(InvoicePaymentRefund other) booleanInvoicePaymentRefund.equals(InvoicePaymentRefund that) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of InvoicePaymentRefund in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentRefundModifier and TypeFieldDescriptionInvoicePaymentRefund.refundInvoicePaymentRefundCreated.refundInvoicingSrv.CreateManualRefund_result.successInvoicingSrv.GetPaymentRefund_result.successInvoicingSrv.RefundPayment_result.successFields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentRefundMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundModifier and TypeMethodDescriptionInvoicingSrv.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.InvoicingSrv.Client.getPaymentRefund(String id, String payment_id, String refund_id) InvoicingSrv.Iface.getPaymentRefund(String id, String payment_id, String refund_id) InvoicePaymentRefund.getRefund()InvoicePaymentRefundCreated.getRefund()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.GetPaymentRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()InvoicingSrv.CreateManualRefund_result.getSuccess()InvoicingSrv.GetPaymentRefund_result.getSuccess()InvoicingSrv.RefundPayment_result.getSuccess()InvoicingSrv.Client.recvCreateManualRefund()InvoicingSrv.Client.recvGetPaymentRefund()InvoicingSrv.Client.recvRefundPayment()InvoicingSrv.Client.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) Сделать возврат платежа.Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentRefundModifier and TypeMethodDescriptionInvoicePayment.getLegacyRefunds()InvoicePayment.getLegacyRefundsIterator()org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund>InvoicingSrv.AsyncProcessor.CreateManualRefund.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund>InvoicingSrv.AsyncProcessor.GetPaymentRefund.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund>InvoicingSrv.AsyncProcessor.RefundPayment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundModifier and TypeMethodDescriptionvoidInvoicePayment.addToLegacyRefunds(InvoicePaymentRefund elem) InvoicePaymentRefund.setRefund(InvoicePaymentRefund refund) InvoicePaymentRefundCreated.setRefund(InvoicePaymentRefund refund) InvoicingSrv.CreateManualRefund_result.setSuccess(InvoicePaymentRefund success) InvoicingSrv.GetPaymentRefund_result.setSuccess(InvoicePaymentRefund success) InvoicingSrv.RefundPayment_result.setSuccess(InvoicePaymentRefund success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefundModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncIface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncClient.getPaymentRefund(String id, String payment_id, String refund_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncIface.getPaymentRefund(String id, String payment_id, String refund_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncClient.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncIface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) InvoicePayment.setLegacyRefunds(List<InvoicePaymentRefund> legacy_refunds) voidInvoicingSrv.AsyncProcessor.CreateManualRefund.start(I iface, InvoicingSrv.CreateManualRefund_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncProcessor.GetPaymentRefund.start(I iface, InvoicingSrv.GetPaymentRefund_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncProcessor.RefundPayment.start(I iface, InvoicingSrv.RefundPayment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundModifierConstructorDescriptionCreateManualRefund_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) GetPaymentRefund_result(InvoicePaymentRefund success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentRefundNotFound ex4) InvoicePaymentRefund(InvoicePaymentRefund refund, List<InvoiceRefundSession> sessions) InvoicePaymentRefundCreated(InvoicePaymentRefund refund, List<FinalCashFlowPosting> cash_flow) 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) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefundModifierConstructorDescriptionCreateManualRefund_call(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetPaymentRefund_call(String id, String payment_id, String refund_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) RefundPayment_call(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)