Uses of Class
dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitution_result
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PartyManagementSrv.ComputePaymentInstitution_result in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return PartyManagementSrv.ComputePaymentInstitution_result Modifier and Type Method Description PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. deepCopy()PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.Processor.ComputePaymentInstitution. getResult(I iface, PartyManagementSrv.ComputePaymentInstitution_args args)PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. setEx2(PartyNotFound ex2)PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. setEx3(PaymentInstitutionNotFound ex3)PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. setSuccess(PaymentInstitution success)Methods in dev.vality.damsel.payment_processing with parameters of type PartyManagementSrv.ComputePaymentInstitution_result Modifier and Type Method Description intPartyManagementSrv.ComputePaymentInstitution_result. compareTo(PartyManagementSrv.ComputePaymentInstitution_result other)booleanPartyManagementSrv.ComputePaymentInstitution_result. equals(PartyManagementSrv.ComputePaymentInstitution_result that)Constructors in dev.vality.damsel.payment_processing with parameters of type PartyManagementSrv.ComputePaymentInstitution_result Constructor Description ComputePaymentInstitution_result(PartyManagementSrv.ComputePaymentInstitution_result other)Performs a deep copy on other.