-
public class SkontoData.Amount.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SkontoData.Amount.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SkontoData.Amountparse(String amountStr)Creates Amount from string in format value:currency_codeor throws an Exception-
-
Method Detail
-
parse
final SkontoData.Amount parse(String amountStr)
Creates Amount from string in format
value:currency_codeor throws an Exception
-
-
-
-