Uses of Class
dev.vality.damsel.proxy_provider.Shop
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of Shop in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as Shop Modifier and Type Field Description ShopPaymentInfo. shopShopRecurrentTokenInfo. shopMethods in dev.vality.damsel.proxy_provider that return Shop Modifier and Type Method Description ShopShop. deepCopy()ShopPaymentInfo. getShop()ShopRecurrentTokenInfo. getShop()ShopShop. setCategory(Category category)ShopShop. setDetails(ShopDetails details)ShopShop. setId(String id)ShopShop. setLocation(ShopLocation location)Methods in dev.vality.damsel.proxy_provider with parameters of type Shop Modifier and Type Method Description intShop. compareTo(Shop other)booleanShop. equals(Shop that)PaymentInfoPaymentInfo. setShop(Shop shop)RecurrentTokenInfoRecurrentTokenInfo. setShop(Shop shop)Constructors in dev.vality.damsel.proxy_provider with parameters of type Shop Constructor Description PaymentInfo(Shop shop, Invoice invoice, InvoicePayment payment)RecurrentTokenInfo(RecurrentPaymentTool payment_tool, Shop shop)Shop(Shop other)Performs a deep copy on other.