CardReplacementReissueFee
public struct CardReplacementReissueFee : Codable
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 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.