Uses of Class
dev.vality.damsel.payment_processing.InvoiceTermsViolated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceTermsViolated in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTermsViolated Modifier and Type Field Description InvoiceTermsViolatedInvoicingSrv.Create_result. ex8InvoiceTermsViolatedInvoicingSrv.CreateWithTemplate_result. ex8Methods in dev.vality.damsel.payment_processing that return InvoiceTermsViolated Modifier and Type Method Description InvoiceTermsViolatedInvoiceTermsViolated. deepCopy()InvoiceTermsViolatedInvoicingSrv.Create_result. getEx8()InvoiceTermsViolatedInvoicingSrv.CreateWithTemplate_result. getEx8()InvoiceTermsViolatedInvoiceTermsViolated. setReason(InvoiceTermsViolationReason reason)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolated Modifier and Type Method Description intInvoiceTermsViolated. compareTo(InvoiceTermsViolated other)booleanInvoiceTermsViolated. equals(InvoiceTermsViolated that)InvoicingSrv.Create_resultInvoicingSrv.Create_result. setEx8(InvoiceTermsViolated ex8)InvoicingSrv.CreateWithTemplate_resultInvoicingSrv.CreateWithTemplate_result. setEx8(InvoiceTermsViolated ex8)Methods in dev.vality.damsel.payment_processing that throw InvoiceTermsViolated Modifier and Type Method Description InvoiceInvoicingSrv.Client. create(InvoiceParams params)InvoiceInvoicingSrv.Iface. create(InvoiceParams params)InvoiceInvoicingSrv.Client. createWithTemplate(InvoiceWithTemplateParams params)InvoiceInvoicingSrv.Iface. createWithTemplate(InvoiceWithTemplateParams params)InvoiceInvoicingSrv.AsyncClient.Create_call. getResult()InvoiceInvoicingSrv.AsyncClient.CreateWithTemplate_call. getResult()InvoiceInvoicingSrv.Client. recvCreate()InvoiceInvoicingSrv.Client. recvCreateWithTemplate()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolated Constructor Description Create_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)InvoiceTermsViolated(InvoiceTermsViolated other)Performs a deep copy on other.