Uses of Class
dev.vality.damsel.payment_processing.InvoiceTermsViolated
Packages that use InvoiceTermsViolated
-
Uses of InvoiceTermsViolated in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTermsViolatedModifier and TypeFieldDescriptionInvoicingSrv.Create_result.ex8InvoicingSrv.CreateWithTemplate_result.ex8Methods in dev.vality.damsel.payment_processing that return InvoiceTermsViolatedModifier and TypeMethodDescriptionInvoiceTermsViolated.deepCopy()InvoicingSrv.Create_result.getEx8()InvoicingSrv.CreateWithTemplate_result.getEx8()InvoiceTermsViolated.setReason(InvoiceTermsViolationReason reason) Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolatedModifier and TypeMethodDescriptionintInvoiceTermsViolated.compareTo(InvoiceTermsViolated other) booleanInvoiceTermsViolated.equals(InvoiceTermsViolated that) InvoicingSrv.Create_result.setEx8(InvoiceTermsViolated ex8) InvoicingSrv.CreateWithTemplate_result.setEx8(InvoiceTermsViolated ex8) Methods in dev.vality.damsel.payment_processing that throw InvoiceTermsViolatedModifier and TypeMethodDescriptionInvoicingSrv.Client.create(InvoiceParams params) InvoicingSrv.Iface.create(InvoiceParams params) InvoicingSrv.Client.createWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.Iface.createWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.AsyncClient.Create_call.getResult()InvoicingSrv.AsyncClient.CreateWithTemplate_call.getResult()InvoicingSrv.Client.recvCreate()InvoicingSrv.Client.recvCreateWithTemplate()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolatedModifierConstructorDescriptionCreate_result(Invoice success, InvalidRequest ex2, PartyNotFound ex3, ShopNotFound ex4, InvalidPartyStatus ex5, InvalidShopStatus ex6, InvalidContractStatus ex7, InvoiceTermsViolated ex8, AllocationNotAllowed ex9, AllocationExceededPaymentAmount ex10, AllocationInvalidTransaction ex11) CreateWithTemplate_result(Invoice success, InvalidRequest ex2, InvalidPartyStatus ex3, InvalidShopStatus ex4, InvalidContractStatus ex5, InvoiceTemplateNotFound ex6, InvoiceTemplateRemoved ex7, InvoiceTermsViolated ex8) Performs a deep copy on other.