CardActivationFeeValue
public struct CardActivationFeeValue : Codable
Card activation fee model.
-
The activation fee amount.
Declaration
Swift
public var amount: Int64
-
Auxiliary constructor.
Declaration
Swift
public init(amount: Int64)
Parameters
amount
The activation fee amount.