CardServiceFee
public struct CardServiceFee : Codable, Sendable
Card service fee model.
-
The description can be any descriptive text provided by the user to label the service fee transaction.
Declaration
Swift
public let description: String -
Category of issued card fee.
Declaration
Swift
public let category: CardServiceFeeCategory -
Auxiliary constructor.
Declaration
Swift
public init(description: String, category: CardServiceFeeCategory)Parameters
descriptionThe description can be any descriptive text provided by the user to label the service fee transaction.
categoryCategory of issued card fee.
View on GitHub