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