@@ -81,11 +81,10 @@ module Lithic
8181 # wallet-enabled). _ `PHYSICAL` - Manufactured and sent to the cardholder. We
8282 # offer white label branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe
8383 # functionality. _ `SINGLE_USE` - Card is closed upon first successful
84- # authorization. _ `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first
85- # merchant that successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_
86- # Similar behavior to VIRTUAL cards, please use VIRTUAL instead. _
87- # `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
88- # VIRTUAL instead.
84+ # authorization. _ `MERCHANT_LOCKED` - Card is locked to the first merchant that
85+ # successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_ Similar behavior
86+ # to VIRTUAL cards, please use VIRTUAL instead. _ `DIGITAL_WALLET` -
87+ # _[Deprecated]_ Similar behavior to VIRTUAL cards, please use VIRTUAL instead.
8988 sig { returns ( Lithic ::NonPCICard ::Type ::TaggedSymbol ) }
9089 attr_accessor :type
9190
@@ -293,11 +292,10 @@ module Lithic
293292 # wallet-enabled). _ `PHYSICAL` - Manufactured and sent to the cardholder. We
294293 # offer white label branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe
295294 # functionality. _ `SINGLE_USE` - Card is closed upon first successful
296- # authorization. _ `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first
297- # merchant that successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_
298- # Similar behavior to VIRTUAL cards, please use VIRTUAL instead. _
299- # `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
300- # VIRTUAL instead.
295+ # authorization. _ `MERCHANT_LOCKED` - Card is locked to the first merchant that
296+ # successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_ Similar behavior
297+ # to VIRTUAL cards, please use VIRTUAL instead. _ `DIGITAL_WALLET` -
298+ # _[Deprecated]_ Similar behavior to VIRTUAL cards, please use VIRTUAL instead.
301299 type :,
302300 # List of identifiers for the Auth Rule(s) that are applied on the card. This
303301 # field is deprecated and will no longer be populated in the `Card` object. The
@@ -614,11 +612,10 @@ module Lithic
614612 # wallet-enabled). _ `PHYSICAL` - Manufactured and sent to the cardholder. We
615613 # offer white label branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe
616614 # functionality. _ `SINGLE_USE` - Card is closed upon first successful
617- # authorization. _ `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first
618- # merchant that successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_
619- # Similar behavior to VIRTUAL cards, please use VIRTUAL instead. _
620- # `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
621- # VIRTUAL instead.
615+ # authorization. _ `MERCHANT_LOCKED` - Card is locked to the first merchant that
616+ # successfully authorizes the card. _ `UNLOCKED` - _[Deprecated]_ Similar behavior
617+ # to VIRTUAL cards, please use VIRTUAL instead. _ `DIGITAL_WALLET` -
618+ # _[Deprecated]_ Similar behavior to VIRTUAL cards, please use VIRTUAL instead.
622619 module Type
623620 extend Lithic ::Internal ::Type ::Enum
624621
0 commit comments