InvitationResponse

public struct InvitationResponse: Model, Encodable

Represents a successfully response to Invitation

  • User Who sends the invitation

    Declaration

    Swift

    public let fromAddress: String
  • User Who receives the invitation

    Declaration

    Swift

    public let toAddress: String
  • User Who answer the invitation

    Declaration

    Swift

    public let whoAccepted: String