CardReplacementReissueFee
public struct CardReplacementReissueFee : Codable, Sendable
Card replacement/reissue 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 let 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