Uses of Class
dev.vality.damsel.payment_processing.InvoiceWithTemplateParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceWithTemplateParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceWithTemplateParams Modifier and Type Field Description InvoiceWithTemplateParamsInvoicingSrv.CreateWithTemplate_args. paramsMethods in dev.vality.damsel.payment_processing that return InvoiceWithTemplateParams Modifier and Type Method Description InvoiceWithTemplateParamsInvoiceWithTemplateParams. deepCopy()InvoiceWithTemplateParamsInvoicingSrv.CreateWithTemplate_args. getParams()InvoiceWithTemplateParamsInvoiceWithTemplateParams. setContext(Content context)InvoiceWithTemplateParamsInvoiceWithTemplateParams. setCost(Cash cost)InvoiceWithTemplateParamsInvoiceWithTemplateParams. setExternalId(String external_id)InvoiceWithTemplateParamsInvoiceWithTemplateParams. setId(String id)InvoiceWithTemplateParamsInvoiceWithTemplateParams. setTemplateId(String template_id)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceWithTemplateParams Modifier and Type Method Description intInvoiceWithTemplateParams. compareTo(InvoiceWithTemplateParams other)voidInvoicingSrv.AsyncClient. createWithTemplate(InvoiceWithTemplateParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler)voidInvoicingSrv.AsyncIface. createWithTemplate(InvoiceWithTemplateParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler)InvoiceInvoicingSrv.Client. createWithTemplate(InvoiceWithTemplateParams params)InvoiceInvoicingSrv.Iface. createWithTemplate(InvoiceWithTemplateParams params)booleanInvoiceWithTemplateParams. equals(InvoiceWithTemplateParams that)voidInvoicingSrv.Client. sendCreateWithTemplate(InvoiceWithTemplateParams params)InvoicingSrv.CreateWithTemplate_argsInvoicingSrv.CreateWithTemplate_args. setParams(InvoiceWithTemplateParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceWithTemplateParams Constructor Description CreateWithTemplate_args(InvoiceWithTemplateParams params)CreateWithTemplate_call(InvoiceWithTemplateParams 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)InvoiceWithTemplateParams(InvoiceWithTemplateParams other)Performs a deep copy on other.