Uses of Class
dev.vality.damsel.payment_processing.InvoiceWithTemplateParams
Packages that use InvoiceWithTemplateParams
-
Uses of InvoiceWithTemplateParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceWithTemplateParamsMethods in dev.vality.damsel.payment_processing that return InvoiceWithTemplateParamsModifier and TypeMethodDescriptionInvoiceWithTemplateParams.deepCopy()InvoicingSrv.CreateWithTemplate_args.getParams()InvoiceWithTemplateParams.setContext(Content context) InvoiceWithTemplateParams.setExternalId(String external_id) InvoiceWithTemplateParams.setTemplateId(String template_id) Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceWithTemplateParamsModifier and TypeMethodDescriptionintInvoiceWithTemplateParams.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) InvoicingSrv.Client.createWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.Iface.createWithTemplate(InvoiceWithTemplateParams params) booleanInvoiceWithTemplateParams.equals(InvoiceWithTemplateParams that) voidInvoicingSrv.Client.sendCreateWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.CreateWithTemplate_args.setParams(InvoiceWithTemplateParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceWithTemplateParamsModifierConstructorDescriptionCreateWithTemplate_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) Performs a deep copy on other.