MultiCurrencyAmount

extension MultiCurrencyAmount
  • String which lists the absolut value of each amount in the MultiCurrencyAmount, separated by +

    E.g. 10.00 CAD + 15.22 USD

    Declaration

    Swift

    public var fullString: String { get }
  • String which lists the absolut value of each amount in the MultiCurrencyAmount, separated by +

    E.g. 10.00 CAD + 15.22 USD

    Declaration

    Swift

    public var string: String { get }