CheckRelease
public struct CheckRelease : Codable
The check release model.
-
The unique identifier for this release.
Declaration
Swift
public let releaseUuid: String
-
The short description for the release.
Declaration
Swift
public let description: String
-
The amount in the currency of the release, defined in cents.
Declaration
Swift
public let amount: String
-
The array of release service fees.
Declaration
Swift
public let serviceFees: [ServiceFee]?