Uses of Class
dev.vality.damsel.payment_processing.InvoiceTemplateNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceTemplateNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTemplateNotFound Modifier and Type Field Description InvoiceTemplateNotFoundInvoiceTemplatingSrv.ComputeTerms_result. ex2InvoiceTemplateNotFoundInvoiceTemplatingSrv.Delete_result. ex2InvoiceTemplateNotFoundInvoiceTemplatingSrv.Get_result. ex2InvoiceTemplateNotFoundInvoiceTemplatingSrv.Update_result. ex2InvoiceTemplateNotFoundInvoicingSrv.CreateWithTemplate_result. ex6Methods in dev.vality.damsel.payment_processing that return InvoiceTemplateNotFound Modifier and Type Method Description InvoiceTemplateNotFoundInvoiceTemplateNotFound. deepCopy()InvoiceTemplateNotFoundInvoiceTemplatingSrv.ComputeTerms_result. getEx2()InvoiceTemplateNotFoundInvoiceTemplatingSrv.Delete_result. getEx2()InvoiceTemplateNotFoundInvoiceTemplatingSrv.Get_result. getEx2()InvoiceTemplateNotFoundInvoiceTemplatingSrv.Update_result. getEx2()InvoiceTemplateNotFoundInvoicingSrv.CreateWithTemplate_result. getEx6()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateNotFound Modifier and Type Method Description intInvoiceTemplateNotFound. compareTo(InvoiceTemplateNotFound other)booleanInvoiceTemplateNotFound. equals(InvoiceTemplateNotFound that)InvoiceTemplatingSrv.ComputeTerms_resultInvoiceTemplatingSrv.ComputeTerms_result. setEx2(InvoiceTemplateNotFound ex2)InvoiceTemplatingSrv.Delete_resultInvoiceTemplatingSrv.Delete_result. setEx2(InvoiceTemplateNotFound ex2)InvoiceTemplatingSrv.Get_resultInvoiceTemplatingSrv.Get_result. setEx2(InvoiceTemplateNotFound ex2)InvoiceTemplatingSrv.Update_resultInvoiceTemplatingSrv.Update_result. setEx2(InvoiceTemplateNotFound ex2)InvoicingSrv.CreateWithTemplate_resultInvoicingSrv.CreateWithTemplate_result. setEx6(InvoiceTemplateNotFound ex6)Methods in dev.vality.damsel.payment_processing that throw InvoiceTemplateNotFound Modifier and Type Method Description TermSetInvoiceTemplatingSrv.Client. computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param)TermSetInvoiceTemplatingSrv.Iface. computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param)InvoiceInvoicingSrv.Client. createWithTemplate(InvoiceWithTemplateParams params)InvoiceInvoicingSrv.Iface. createWithTemplate(InvoiceWithTemplateParams params)voidInvoiceTemplatingSrv.Client. delete(String id)voidInvoiceTemplatingSrv.Iface. delete(String id)InvoiceTemplateInvoiceTemplatingSrv.Client. get(String id)InvoiceTemplateInvoiceTemplatingSrv.Iface. get(String id)TermSetInvoiceTemplatingSrv.AsyncClient.ComputeTerms_call. getResult()VoidInvoiceTemplatingSrv.AsyncClient.Delete_call. getResult()InvoiceTemplateInvoiceTemplatingSrv.AsyncClient.Get_call. getResult()InvoiceTemplateInvoiceTemplatingSrv.AsyncClient.Update_call. getResult()InvoiceInvoicingSrv.AsyncClient.CreateWithTemplate_call. getResult()TermSetInvoiceTemplatingSrv.Client. recvComputeTerms()InvoiceInvoicingSrv.Client. recvCreateWithTemplate()voidInvoiceTemplatingSrv.Client. recvDelete()InvoiceTemplateInvoiceTemplatingSrv.Client. recvGet()InvoiceTemplateInvoiceTemplatingSrv.Client. recvUpdate()InvoiceTemplateInvoiceTemplatingSrv.Client. update(String id, InvoiceTemplateUpdateParams params)InvoiceTemplateInvoiceTemplatingSrv.Iface. update(String id, InvoiceTemplateUpdateParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateNotFound Constructor Description ComputeTerms_result(TermSet success, InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3, PartyNotExistsYet ex4)CreateWithTemplate_result(Invoice success, InvalidRequest ex2, InvalidPartyStatus ex3, InvalidShopStatus ex4, InvalidContractStatus ex5, InvoiceTemplateNotFound ex6, InvoiceTemplateRemoved ex7, InvoiceTermsViolated ex8)Delete_result(InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3, InvalidPartyStatus ex4, InvalidShopStatus ex5)Get_result(InvoiceTemplate success, InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3)InvoiceTemplateNotFound(InvoiceTemplateNotFound other)Performs a deep copy on other.Update_result(InvoiceTemplate success, InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3, InvalidPartyStatus ex4, InvalidShopStatus ex5, InvalidRequest ex6)