Uses of Class
dev.vality.damsel.payment_processing.PaymentInstitutionNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PaymentInstitutionNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitutionNotFound Modifier and Type Field Description PaymentInstitutionNotFoundPartyManagementSrv.ComputePaymentInstitution_result. ex3PaymentInstitutionNotFoundPartyManagementSrv.ComputePaymentInstitutionTerms_result. ex3Methods in dev.vality.damsel.payment_processing that return PaymentInstitutionNotFound Modifier and Type Method Description PaymentInstitutionNotFoundPaymentInstitutionNotFound. deepCopy()PaymentInstitutionNotFoundPartyManagementSrv.ComputePaymentInstitution_result. getEx3()PaymentInstitutionNotFoundPartyManagementSrv.ComputePaymentInstitutionTerms_result. getEx3()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionNotFound Modifier and Type Method Description intPaymentInstitutionNotFound. compareTo(PaymentInstitutionNotFound other)booleanPaymentInstitutionNotFound. equals(PaymentInstitutionNotFound that)PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. setEx3(PaymentInstitutionNotFound ex3)PartyManagementSrv.ComputePaymentInstitutionTerms_resultPartyManagementSrv.ComputePaymentInstitutionTerms_result. setEx3(PaymentInstitutionNotFound ex3)Methods in dev.vality.damsel.payment_processing that throw PaymentInstitutionNotFound Modifier and Type Method Description PaymentInstitutionPartyManagementSrv.Client. computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)PaymentInstitutionPartyManagementSrv.Iface. computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)TermSetPartyManagementSrv.Client. computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset)TermSetPartyManagementSrv.Iface. computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset)PaymentInstitutionPartyManagementSrv.AsyncClient.ComputePaymentInstitution_call. getResult()TermSetPartyManagementSrv.AsyncClient.ComputePaymentInstitutionTerms_call. getResult()PaymentInstitutionPartyManagementSrv.Client. recvComputePaymentInstitution()TermSetPartyManagementSrv.Client. recvComputePaymentInstitutionTerms()Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionNotFound Constructor Description ComputePaymentInstitution_result(PaymentInstitution success, PartyNotFound ex2, PaymentInstitutionNotFound ex3)ComputePaymentInstitutionTerms_result(TermSet success, PartyNotFound ex2, PaymentInstitutionNotFound ex3)PaymentInstitutionNotFound(PaymentInstitutionNotFound other)Performs a deep copy on other.