Uses of Class
dev.vality.damsel.payment_processing.PaymentInstitutionNotFound
Packages that use PaymentInstitutionNotFound
-
Uses of PaymentInstitutionNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitutionNotFoundModifier and TypeFieldDescriptionPartyManagementSrv.ComputePaymentInstitution_result.ex3PartyManagementSrv.ComputePaymentInstitutionTerms_result.ex3Methods in dev.vality.damsel.payment_processing that return PaymentInstitutionNotFoundModifier and TypeMethodDescriptionPaymentInstitutionNotFound.deepCopy()PartyManagementSrv.ComputePaymentInstitution_result.getEx3()PartyManagementSrv.ComputePaymentInstitutionTerms_result.getEx3()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionNotFoundModifier and TypeMethodDescriptionintPaymentInstitutionNotFound.compareTo(PaymentInstitutionNotFound other) booleanPaymentInstitutionNotFound.equals(PaymentInstitutionNotFound that) PartyManagementSrv.ComputePaymentInstitution_result.setEx3(PaymentInstitutionNotFound ex3) PartyManagementSrv.ComputePaymentInstitutionTerms_result.setEx3(PaymentInstitutionNotFound ex3) Methods in dev.vality.damsel.payment_processing that throw PaymentInstitutionNotFoundModifier and TypeMethodDescriptionPartyManagementSrv.Client.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) PartyManagementSrv.Iface.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) PartyManagementSrv.Client.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset) PartyManagementSrv.Iface.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset) PartyManagementSrv.AsyncClient.ComputePaymentInstitution_call.getResult()PartyManagementSrv.AsyncClient.ComputePaymentInstitutionTerms_call.getResult()PartyManagementSrv.Client.recvComputePaymentInstitution()PartyManagementSrv.Client.recvComputePaymentInstitutionTerms()Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionNotFoundModifierConstructorDescriptionComputePaymentInstitution_result(PaymentInstitution success, PartyNotFound ex2, PaymentInstitutionNotFound ex3) ComputePaymentInstitutionTerms_result(TermSet success, PartyNotFound ex2, PaymentInstitutionNotFound ex3) Performs a deep copy on other.