CardActivationFeeValue
public struct CardActivationFeeValue : Codable, Sendable
Card activation fee model.
-
The activation fee amount.
Declaration
Swift
public let amount: Int64 -
Auxiliary constructor.
Declaration
Swift
public init(amount: Int64)Parameters
amountThe activation fee amount.
View on GitHub