ServiceFeeValue
public struct ServiceFeeValue : Codable
Service fee values model.
-
The unique identifier of the service fee in your own system.
Declaration
Swift
public let externalId: String?
-
The description can be any descriptive text provided by the user to label the service fee transaction.
Declaration
Swift
public let description: String
-
Value associated with the service fee, in cents.
Declaration
Swift
public let value: Int