PPrice

public class PPrice : Mappable

Price model

  • Total amount

    Declaration

    Swift

    public var amount: Int
  • Currency

    Declaration

    Swift

    public var currency: String?
  • Value formatted with currency above

    Declaration

    Swift

    public var formatted: String?
  • JSON Mapper

    Declaration

    Swift

    required public init(map: Mapper) throws