CardTransactionFee
public struct CardTransactionFee : Codable
Card transaction fee model.
-
Use this service fee value type if you want a fixed amount service fee to be applied to the transaction, in cents.
Declaration
Swift
public var value: ServiceFeeValue
-
Auxiliary constructor
Declaration
Swift
public init(value: ServiceFeeValue)
Parameters
value
Use this service fee value type if you want a fixed amount service fee to be applied to the transaction, in cents.