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