CardTransactionFee
public struct CardTransactionFee : Codable, Sendable
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
valueUse this service fee value type if you want a fixed amount service fee to be applied to the transaction, in cents.
View on GitHub