BusinessDateResponse

public class BusinessDateResponse : BaseResponse

BusinessDateResponse Object

  • geo

    Geographical information about the location.

    Declaration

    Swift

    public let geo: Geo?
  • This array will contain the calculated result for the requested period. For the XML format, it will be repeated multiple times, while for JSON, it is modeled as an array of objects with the same content.

    Declaration

    Swift

    public let periods: [Period]?