Uses of Class
dev.vality.damsel.domain.InvoiceMutationParams
Packages that use InvoiceMutationParams
-
Uses of InvoiceMutationParams in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type InvoiceMutationParamsMethods in dev.vality.damsel.domain that return InvoiceMutationParamsModifier and TypeMethodDescriptionstatic InvoiceMutationParamsInvoiceMutationParams.amount(InvoiceAmountMutationParams value) InvoiceMutationParams.deepCopy()Methods in dev.vality.damsel.domain that return types with arguments of type InvoiceMutationParamsModifier and TypeMethodDescriptionInvoiceTemplate.getMutations()InvoiceTemplate.getMutationsIterator()Methods in dev.vality.damsel.domain with parameters of type InvoiceMutationParamsModifier and TypeMethodDescriptionvoidInvoiceTemplate.addToMutations(InvoiceMutationParams elem) intInvoiceMutationParams.compareTo(InvoiceMutationParams other) booleanInvoiceMutationParams.equals(InvoiceMutationParams other) Method parameters in dev.vality.damsel.domain with type arguments of type InvoiceMutationParamsModifier and TypeMethodDescriptionInvoiceTemplate.setMutations(List<InvoiceMutationParams> mutations) Constructors in dev.vality.damsel.domain with parameters of type InvoiceMutationParams -
Uses of InvoiceMutationParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoiceMutationParamsModifier and TypeFieldDescriptionInvoiceParams.mutationsInvoiceTemplateCreateParams.mutationsInvoiceTemplateUpdateParams.mutationsMethods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceMutationParamsModifier and TypeMethodDescriptionInvoiceParams.getMutations()InvoiceTemplateCreateParams.getMutations()InvoiceTemplateUpdateParams.getMutations()InvoiceParams.getMutationsIterator()InvoiceTemplateCreateParams.getMutationsIterator()InvoiceTemplateUpdateParams.getMutationsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceMutationParamsModifier and TypeMethodDescriptionvoidInvoiceParams.addToMutations(InvoiceMutationParams elem) voidInvoiceTemplateCreateParams.addToMutations(InvoiceMutationParams elem) voidInvoiceTemplateUpdateParams.addToMutations(InvoiceMutationParams elem) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceMutationParamsModifier and TypeMethodDescriptionInvoiceParams.setMutations(List<InvoiceMutationParams> mutations) InvoiceTemplateCreateParams.setMutations(List<InvoiceMutationParams> mutations) InvoiceTemplateUpdateParams.setMutations(List<InvoiceMutationParams> mutations)