Uses of Class
dev.vality.damsel.payment_processing.PartyExists
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PartyExists in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyExists Modifier and Type Field Description PartyExistsPartyManagementSrv.Create_result. ex2Methods in dev.vality.damsel.payment_processing that return PartyExists Modifier and Type Method Description PartyExistsPartyExists. deepCopy()PartyExistsPartyManagementSrv.Create_result. getEx2()Methods in dev.vality.damsel.payment_processing with parameters of type PartyExists Modifier and Type Method Description intPartyExists. compareTo(PartyExists other)booleanPartyExists. equals(PartyExists that)PartyManagementSrv.Create_resultPartyManagementSrv.Create_result. setEx2(PartyExists ex2)Methods in dev.vality.damsel.payment_processing that throw PartyExists Modifier and Type Method Description voidPartyManagementSrv.Client. create(String party_id, PartyParams params)voidPartyManagementSrv.Iface. create(String party_id, PartyParams params)VoidPartyManagementSrv.AsyncClient.Create_call. getResult()voidPartyManagementSrv.Client. recvCreate()Constructors in dev.vality.damsel.payment_processing with parameters of type PartyExists Constructor Description Create_result(PartyExists ex2)PartyExists(PartyExists other)Performs a deep copy on other.