Uses of Class
dev.vality.damsel.payment_processing.ShopAccountNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopAccountNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopAccountNotFound Modifier and Type Field Description ShopAccountNotFoundPartyManagementSrv.GetShopAccount_result. ex4Methods in dev.vality.damsel.payment_processing that return ShopAccountNotFound Modifier and Type Method Description ShopAccountNotFoundShopAccountNotFound. deepCopy()ShopAccountNotFoundPartyManagementSrv.GetShopAccount_result. getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type ShopAccountNotFound Modifier and Type Method Description intShopAccountNotFound. compareTo(ShopAccountNotFound other)booleanShopAccountNotFound. equals(ShopAccountNotFound that)PartyManagementSrv.GetShopAccount_resultPartyManagementSrv.GetShopAccount_result. setEx4(ShopAccountNotFound ex4)Methods in dev.vality.damsel.payment_processing that throw ShopAccountNotFound Modifier and Type Method Description ShopAccountPartyManagementSrv.AsyncClient.GetShopAccount_call. getResult()ShopAccountPartyManagementSrv.Client. getShopAccount(String party_id, String shop_id)ShopAccountPartyManagementSrv.Iface. getShopAccount(String party_id, String shop_id)ShopAccountPartyManagementSrv.Client. recvGetShopAccount()Constructors in dev.vality.damsel.payment_processing with parameters of type ShopAccountNotFound Constructor Description GetShopAccount_result(ShopAccount success, PartyNotFound ex2, ShopNotFound ex3, ShopAccountNotFound ex4)ShopAccountNotFound(ShopAccountNotFound other)Performs a deep copy on other.