ReceiptServiceFee
public struct ReceiptServiceFee : Codable, Sendable
The receipt service fee model.
-
The uuid of the resulting
SERVICE_FEEtransaction.Declaration
Swift
public let utxUuid: String -
The amount is the value associated with the request, in cents.
Declaration
Swift
public let amount: Int64 -
The currency code in ISO-4217 format.
Declaration
Swift
public let currency: String -
The description can be any descriptive text provided by the user to accompany the service fee transaction.
Declaration
Swift
public let description: String
View on GitHub