CardFlags

public struct CardFlags : Codable

Card flags model.

  • If the card supports debit athorizations, enabling them to be used to load funds into an account wallet.

    Declaration

    Swift

    public var isLoadSupported: Bool
  • If the card supports the push-to-debit transaction types, enabling them to be used to withdraw funds from an account wallet.

    Declaration

    Swift

    public var isWithdrawSupported: Bool