Uses of Class
dev.vality.damsel.payment_processing.InvoiceTemplateRemoved
Packages that use InvoiceTemplateRemoved
-
Uses of InvoiceTemplateRemoved in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTemplateRemovedModifier and TypeFieldDescriptionInvoiceTemplatingSrv.ComputeTerms_result.ex3InvoiceTemplatingSrv.Delete_result.ex3InvoiceTemplatingSrv.Get_result.ex3InvoiceTemplatingSrv.Update_result.ex3InvoicingSrv.CreateWithTemplate_result.ex7Methods in dev.vality.damsel.payment_processing that return InvoiceTemplateRemovedModifier and TypeMethodDescriptionInvoiceTemplateRemoved.deepCopy()InvoiceTemplatingSrv.ComputeTerms_result.getEx3()InvoiceTemplatingSrv.Delete_result.getEx3()InvoiceTemplatingSrv.Get_result.getEx3()InvoiceTemplatingSrv.Update_result.getEx3()InvoicingSrv.CreateWithTemplate_result.getEx7()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateRemovedModifier and TypeMethodDescriptionintInvoiceTemplateRemoved.compareTo(InvoiceTemplateRemoved other) booleanInvoiceTemplateRemoved.equals(InvoiceTemplateRemoved that) InvoiceTemplatingSrv.ComputeTerms_result.setEx3(InvoiceTemplateRemoved ex3) InvoiceTemplatingSrv.Delete_result.setEx3(InvoiceTemplateRemoved ex3) InvoiceTemplatingSrv.Get_result.setEx3(InvoiceTemplateRemoved ex3) InvoiceTemplatingSrv.Update_result.setEx3(InvoiceTemplateRemoved ex3) InvoicingSrv.CreateWithTemplate_result.setEx7(InvoiceTemplateRemoved ex7) Methods in dev.vality.damsel.payment_processing that throw InvoiceTemplateRemovedModifier 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 InvoiceTemplateRemovedModifierConstructorDescriptionComputeTerms_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)