ServiceTerms

public struct ServiceTerms : Codable

3rd party 서비스 약관 정보 클래스

  • tag

    동의한 약관의 tag. 3rd에서 설정한 값.

    Declaration

    Swift

    public let tag: String
  • 동의한 시간. 약관이 여러번 뜨는 구조라면, 마지막으로 동의한 시간.

    Declaration

    Swift

    public let agreedAt: Date