Uses of Class
dev.vality.damsel.payment_processing.ShopAccountNotFound
Packages that use ShopAccountNotFound
-
Uses of ShopAccountNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopAccountNotFoundMethods in dev.vality.damsel.payment_processing that return ShopAccountNotFoundModifier and TypeMethodDescriptionShopAccountNotFound.deepCopy()PartyManagementSrv.GetShopAccount_result.getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type ShopAccountNotFoundModifier and TypeMethodDescriptionintShopAccountNotFound.compareTo(ShopAccountNotFound other) booleanShopAccountNotFound.equals(ShopAccountNotFound that) PartyManagementSrv.GetShopAccount_result.setEx4(ShopAccountNotFound ex4) Methods in dev.vality.damsel.payment_processing that throw ShopAccountNotFoundModifier and TypeMethodDescriptionPartyManagementSrv.AsyncClient.GetShopAccount_call.getResult()PartyManagementSrv.Client.getShopAccount(String party_id, String shop_id) PartyManagementSrv.Iface.getShopAccount(String party_id, String shop_id) PartyManagementSrv.Client.recvGetShopAccount()Constructors in dev.vality.damsel.payment_processing with parameters of type ShopAccountNotFoundModifierConstructorDescriptionGetShopAccount_result(ShopAccount success, PartyNotFound ex2, ShopNotFound ex3, ShopAccountNotFound ex4) Performs a deep copy on other.