Uses of Class
dev.vality.damsel.payment_processing.RegisterInvoicePaymentParams
Packages that use RegisterInvoicePaymentParams
-
Uses of RegisterInvoicePaymentParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as RegisterInvoicePaymentParamsMethods in dev.vality.damsel.payment_processing that return RegisterInvoicePaymentParamsModifier and TypeMethodDescriptionRegisterInvoicePaymentParams.deepCopy()InvoicingSrv.RegisterPayment_args.getParams()RegisterInvoicePaymentParams.setContext(Content context) RegisterInvoicePaymentParams.setExternalId(String external_id) RegisterInvoicePaymentParams.setOccurredAt(String occurred_at) RegisterInvoicePaymentParams.setPayerParams(PayerParams payer_params) RegisterInvoicePaymentParams.setPayerSessionInfo(PayerSessionInfo payer_session_info) RegisterInvoicePaymentParams.setRiskScore(RiskScore risk_score) RegisterInvoicePaymentParams.setRoute(PaymentRoute route) RegisterInvoicePaymentParams.setTransactionInfo(TransactionInfo transaction_info) Methods in dev.vality.damsel.payment_processing with parameters of type RegisterInvoicePaymentParamsModifier and TypeMethodDescriptionintRegisterInvoicePaymentParams.compareTo(RegisterInvoicePaymentParams other) booleanRegisterInvoicePaymentParams.equals(RegisterInvoicePaymentParams that) voidInvoicingSrv.AsyncClient.registerPayment(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncIface.registerPayment(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) InvoicingSrv.Client.registerPayment(String id, RegisterInvoicePaymentParams params) InvoicingSrv.Iface.registerPayment(String id, RegisterInvoicePaymentParams params) voidInvoicingSrv.Client.sendRegisterPayment(String id, RegisterInvoicePaymentParams params) InvoicingSrv.RegisterPayment_args.setParams(RegisterInvoicePaymentParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type RegisterInvoicePaymentParamsModifierConstructorDescriptionPerforms a deep copy on other.RegisterPayment_args(String id, RegisterInvoicePaymentParams params) RegisterPayment_call(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)