Uses of Class
dev.vality.damsel.payment_processing.InvoiceParams
Packages that use InvoiceParams
-
Uses of InvoiceParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceParamsMethods in dev.vality.damsel.payment_processing that return InvoiceParamsModifier and TypeMethodDescriptionInvoiceParams.deepCopy()InvoicingSrv.Create_args.getParams()InvoiceParams.setAllocation(AllocationPrototype allocation) InvoiceParams.setClientInfo(InvoiceClientInfo client_info) InvoiceParams.setContext(Content context) InvoiceParams.setDetails(InvoiceDetails details) InvoiceParams.setExternalId(String external_id) InvoiceParams.setMutations(List<InvoiceMutationParams> mutations) InvoiceParams.setPartyId(String party_id) Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceParamsModifier and TypeMethodDescriptionintInvoiceParams.compareTo(InvoiceParams other) voidInvoicingSrv.AsyncClient.create(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncIface.create(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) InvoicingSrv.Client.create(InvoiceParams params) InvoicingSrv.Iface.create(InvoiceParams params) booleanInvoiceParams.equals(InvoiceParams that) voidInvoicingSrv.Client.sendCreate(InvoiceParams params) InvoicingSrv.Create_args.setParams(InvoiceParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceParamsModifierConstructorDescriptionCreate_args(InvoiceParams params) Create_call(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) InvoiceParams(InvoiceParams other) Performs a deep copy on other.