STTrackTransaction
public struct STTrackTransaction : STTrackTransactionProtocol
Represents a STTrack with the purshase information
-
Represents the track of this transaction
Declaration
Swift
public let audioItem: STTrack -
Represents the type of payment for this transaction
Declaration
Swift
public let paymentType: String? -
Represents the amount of the transaction
Declaration
Swift
public let amount: Int -
Represents the currency of the transaction
Declaration
Swift
public let currency: String? -
Represents the status of the transaction
Declaration
Swift
public let status: String? -
Represents the date of creation of the transaction
Declaration
Swift
public let createdAt: String?
STTrackTransaction Structure Reference