Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargeback
Packages that use InvoicePaymentChargeback
-
Uses of InvoicePaymentChargeback in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicePaymentChargeback.deepCopy()InvoicePaymentChargeback.setContext(Content context) InvoicePaymentChargeback.setCreatedAt(String created_at) InvoicePaymentChargeback.setDomainRevision(long domain_revision) InvoicePaymentChargeback.setExternalId(String external_id) InvoicePaymentChargeback.setPartyRevision(long party_revision) InvoicePaymentChargeback.setReason(InvoicePaymentChargebackReason reason) InvoicePaymentChargeback.setStage(InvoicePaymentChargebackStage stage) InvoicePaymentChargeback.setStatus(InvoicePaymentChargebackStatus status) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackModifier and TypeMethodDescriptionintInvoicePaymentChargeback.compareTo(InvoicePaymentChargeback other) booleanInvoicePaymentChargeback.equals(InvoicePaymentChargeback that) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of InvoicePaymentChargeback in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackModifier and TypeFieldDescriptionInvoicePaymentChargeback.chargebackInvoicePaymentChargebackCreated.chargebackInvoicingSrv.CreateChargeback_result.successInvoicingSrv.GetPaymentChargeback_result.successMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicingSrv.Client.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) InvoicingSrv.Iface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) Создать чарджбэкInvoicePaymentChargeback.getChargeback()InvoicePaymentChargebackCreated.getChargeback()InvoicingSrv.Client.getPaymentChargeback(String id, String payment_id, String chargeback_id) InvoicingSrv.Iface.getPaymentChargeback(String id, String payment_id, String chargeback_id) Найти чарджбэкInvoicingSrv.AsyncClient.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.GetPaymentChargeback_call.getResult()InvoicingSrv.CreateChargeback_result.getSuccess()InvoicingSrv.GetPaymentChargeback_result.getSuccess()InvoicingSrv.Client.recvCreateChargeback()InvoicingSrv.Client.recvGetPaymentChargeback()Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentChargebackModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback>InvoicingSrv.AsyncProcessor.CreateChargeback.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback>InvoicingSrv.AsyncProcessor.GetPaymentChargeback.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicePaymentChargeback.setChargeback(InvoicePaymentChargeback chargeback) InvoicePaymentChargebackCreated.setChargeback(InvoicePaymentChargeback chargeback) InvoicingSrv.CreateChargeback_result.setSuccess(InvoicePaymentChargeback success) InvoicingSrv.GetPaymentChargeback_result.setSuccess(InvoicePaymentChargeback success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargebackModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncIface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncClient.getPaymentChargeback(String id, String payment_id, String chargeback_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncIface.getPaymentChargeback(String id, String payment_id, String chargeback_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncProcessor.CreateChargeback.start(I iface, InvoicingSrv.CreateChargeback_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncProcessor.GetPaymentChargeback.start(I iface, InvoicingSrv.GetPaymentChargeback_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackModifierConstructorDescriptionCreateChargeback_result(InvoicePaymentChargeback success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvoicePaymentAmountExceeded ex8, InconsistentChargebackCurrency ex9, InvoicePaymentChargebackInvalidStatus ex11, InvalidContractStatus ex12, InvoicePaymentChargebackPending ex14) GetPaymentChargeback_result(InvoicePaymentChargeback success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentChargebackNotFound ex4) InvoicePaymentChargeback(InvoicePaymentChargeback chargeback) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargebackModifierConstructorDescriptionCreateChargeback_call(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetPaymentChargeback_call(String id, String payment_id, String chargeback_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)