FeePolicySchedule

public class FeePolicySchedule : Mappable

Fee Policy Schedule model

  • id

    ID

    Declaration

    Swift

    public var id: Int
  • Number of days for validate

    Declaration

    Swift

    public var days: Int
  • Value

    Declaration

    Swift

    public var value: Int
  • JSON Mapper

    Declaration

    Swift

    public required init(map: Mapper) throws