Uses of Class
dev.vality.damsel.payment_processing.InvoiceParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceParams Modifier and Type Field Description InvoiceParamsInvoicingSrv.Create_args. paramsMethods in dev.vality.damsel.payment_processing that return InvoiceParams Modifier and Type Method Description InvoiceParamsInvoiceParams. deepCopy()InvoiceParamsInvoicingSrv.Create_args. getParams()InvoiceParamsInvoiceParams. setAllocation(AllocationPrototype allocation)InvoiceParamsInvoiceParams. setClientInfo(InvoiceClientInfo client_info)InvoiceParamsInvoiceParams. setContext(Content context)InvoiceParamsInvoiceParams. setCost(Cash cost)InvoiceParamsInvoiceParams. setDetails(InvoiceDetails details)InvoiceParamsInvoiceParams. setDue(String due)InvoiceParamsInvoiceParams. setExternalId(String external_id)InvoiceParamsInvoiceParams. setId(String id)InvoiceParamsInvoiceParams. setPartyId(String party_id)InvoiceParamsInvoiceParams. setShopId(String shop_id)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceParams Modifier and Type Method Description intInvoiceParams. 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)InvoiceInvoicingSrv.Client. create(InvoiceParams params)InvoiceInvoicingSrv.Iface. create(InvoiceParams params)booleanInvoiceParams. equals(InvoiceParams that)voidInvoicingSrv.Client. sendCreate(InvoiceParams params)InvoicingSrv.Create_argsInvoicingSrv.Create_args. setParams(InvoiceParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceParams Constructor Description Create_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.