STContentTransaction

public struct STContentTransaction : STContentTransactionProtocol

Represents a STContent with the purshase information

  • Represents the content of this transaction

    Declaration

    Swift

    public let audioItem: STContent
  • Represents the type of payment

    Declaration

    Swift

    public let paymentType: String?
  • Represents the amount for this transaction

    Declaration

    Swift

    public let amount: Int
  • Represents the currency for this transaction

    Declaration

    Swift

    public let currency: String?
  • Represents the status of the transaction

    Declaration

    Swift

    public let status: String?
  • Represents the creation date of the transaction

    Declaration

    Swift

    public let createdAt: String?