AdditionalChargeType
public enum AdditionalChargeType
Describes the type of additional charge
Note: interac
is deprecated. Use interacV2
instead.
-
Additional charge type for Interac cards. Deprecated, use
interacV2
insteadDeclaration
Swift
case interac
-
Additional charge type for a credit surcharge
Declaration
Swift
case creditSurcharge
-
Additional charge type for a convenience fee
Declaration
Swift
case convenienceFee
-
Additional charge type for Interac cards.
Declaration
Swift
case interacV2
-
Additional charge type. Holder for future types that are as of yet undefined. Anything passed to the init not matching the other defined types will fall to this type, and will be returned by
chargeTypeString
in raw string form as it was provided.Declaration
Swift
case other(String)