SwishResponse

struct SwishResponse : Decodable, Equatable

A model representing the swish object in the API response.

  • Undocumented

    Declaration

    Swift

    public let providerToken: String?
  • Undocumented

    Declaration

    Swift

    public let providerTransactionId: String?
  • Undocumented

    Declaration

    Swift

    public let urls: URLs?
  • Undocumented

    See more

    Declaration

    Swift

    public struct URLs : Decodable, Equatable