Package dev.vality.swag.analytics.model
Class ShopAccount
java.lang.Object
dev.vality.swag.analytics.model.ShopAccount
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class ShopAccount extends Object
Счета магазина
-
Constructor Summary
Constructors Constructor Description ShopAccount() -
Method Summary
Modifier and Type Method Description ShopAccountcurrency(String currency)booleanequals(Object o)StringgetCurrency()Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).LonggetGuaranteeID()Get guaranteeIDLonggetSettlementID()Get settlementIDShopAccountguaranteeID(Long guaranteeID)inthashCode()voidsetCurrency(String currency)voidsetGuaranteeID(Long guaranteeID)voidsetSettlementID(Long settlementID)ShopAccountsettlementID(Long settlementID)StringtoString()
-
Constructor Details
-
ShopAccount
public ShopAccount()
-
-
Method Details
-
currency
-
getCurrency
Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
guaranteeID
-
getGuaranteeID
Get guaranteeID- Returns:
- guaranteeID
-
setGuaranteeID
-
settlementID
-
getSettlementID
Get settlementID- Returns:
- settlementID
-
setSettlementID
-
equals
-
hashCode
public int hashCode() -
toString
-