@@ -80,10 +80,12 @@ module Lithic
8080 # [Flexible Card Art Guide](https://docs.lithic.com/docs/about-digital-wallets#flexible-card-art).
8181 digital_card_art_token : nil ,
8282 # Body param: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year`
83- # is provided, an expiration date will be generated.
83+ # is provided, an expiration date five years in the future will be generated. Five
84+ # years is the maximum expiration date.
8485 exp_month : nil ,
8586 # Body param: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year`
86- # is provided, an expiration date will be generated.
87+ # is provided, an expiration date five years in the future will be generated. Five
88+ # years is the maximum expiration date.
8789 exp_year : nil ,
8890 # Body param: Friendly name to identify the card.
8991 memo : nil ,
@@ -556,10 +558,12 @@ module Lithic
556558 # If omitted, the previous carrier will be used.
557559 carrier : nil ,
558560 # Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
559- # an expiration date six years in the future will be generated.
561+ # an expiration date five years in the future will be generated. Five years is the
562+ # maximum expiration date.
560563 exp_month : nil ,
561564 # Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
562- # provided, an expiration date six years in the future will be generated.
565+ # provided, an expiration date five years in the future will be generated. Five
566+ # years is the maximum expiration date.
563567 exp_year : nil ,
564568 # Specifies the configuration (e.g. physical card art) that the card should be
565569 # manufactured with, and only applies to cards of type `PHYSICAL`. This must be
0 commit comments