CardServiceFee

public struct CardServiceFee : Codable

Card service fee model.

  • The description can be any descriptive text provided by the user to label the service fee transaction.

    Declaration

    Swift

    public var description: String
  • Category of issued card fee.

    Declaration

    Swift

    public var category: CardServiceFeeCategory
  • Auxiliary constructor.

    Declaration

    Swift

    public init(description: String, category: CardServiceFeeCategory)

    Parameters

    description

    The description can be any descriptive text provided by the user to label the service fee transaction.

    category

    Category of issued card fee.