Uses of Class
dev.vality.damsel.payment_processing.InvoiceTemplateNotFound
Packages that use InvoiceTemplateNotFound
-
Uses of InvoiceTemplateNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTemplateNotFoundModifier and TypeFieldDescriptionInvoiceTemplatingSrv.ComputeTerms_result.ex2InvoiceTemplatingSrv.Delete_result.ex2InvoiceTemplatingSrv.Get_result.ex2InvoiceTemplatingSrv.Update_result.ex2InvoicingSrv.CreateWithTemplate_result.ex6Methods in dev.vality.damsel.payment_processing that return InvoiceTemplateNotFoundModifier and TypeMethodDescriptionInvoiceTemplateNotFound.deepCopy()InvoiceTemplatingSrv.ComputeTerms_result.getEx2()InvoiceTemplatingSrv.Delete_result.getEx2()InvoiceTemplatingSrv.Get_result.getEx2()InvoiceTemplatingSrv.Update_result.getEx2()InvoicingSrv.CreateWithTemplate_result.getEx6()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateNotFoundModifier and TypeMethodDescriptionintInvoiceTemplateNotFound.compareTo(InvoiceTemplateNotFound other) booleanInvoiceTemplateNotFound.equals(InvoiceTemplateNotFound that) InvoiceTemplatingSrv.ComputeTerms_result.setEx2(InvoiceTemplateNotFound ex2) InvoiceTemplatingSrv.Delete_result.setEx2(InvoiceTemplateNotFound ex2) InvoiceTemplatingSrv.Get_result.setEx2(InvoiceTemplateNotFound ex2) InvoiceTemplatingSrv.Update_result.setEx2(InvoiceTemplateNotFound ex2) InvoicingSrv.CreateWithTemplate_result.setEx6(InvoiceTemplateNotFound ex6) Methods in dev.vality.damsel.payment_processing that throw InvoiceTemplateNotFoundModifier and TypeMethodDescriptionInvoiceTemplatingSrv.Client.computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) InvoiceTemplatingSrv.Iface.computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) InvoicingSrv.Client.createWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.Iface.createWithTemplate(InvoiceWithTemplateParams params) voidvoidInvoiceTemplatingSrv.AsyncClient.ComputeTerms_call.getResult()InvoiceTemplatingSrv.AsyncClient.Delete_call.getResult()InvoiceTemplatingSrv.AsyncClient.Get_call.getResult()InvoiceTemplatingSrv.AsyncClient.Update_call.getResult()InvoicingSrv.AsyncClient.CreateWithTemplate_call.getResult()InvoiceTemplatingSrv.Client.recvComputeTerms()InvoicingSrv.Client.recvCreateWithTemplate()voidInvoiceTemplatingSrv.Client.recvDelete()InvoiceTemplatingSrv.Client.recvGet()InvoiceTemplatingSrv.Client.recvUpdate()InvoiceTemplatingSrv.Client.update(String id, InvoiceTemplateUpdateParams params) InvoiceTemplatingSrv.Iface.update(String id, InvoiceTemplateUpdateParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateNotFoundModifierConstructorDescriptionComputeTerms_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) Performs a deep copy on other.Update_result(InvoiceTemplate success, InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3, InvalidPartyStatus ex4, InvalidShopStatus ex5, InvalidRequest ex6)