You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/spec3.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108063,6 +108063,14 @@
108063
108063
"description": "The currency for the card.",
108064
108064
"type": "string"
108065
108065
},
108066
+
"exp_month": {
108067
+
"description": "The desired expiration month (1-12) for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
108068
+
"type": "integer"
108069
+
},
108070
+
"exp_year": {
108071
+
"description": "The desired 4-digit expiration year for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
108072
+
"type": "integer"
108073
+
},
108066
108074
"expand": {
108067
108075
"description": "Specifies which fields in the response should be expanded.",
Copy file name to clipboardExpand all lines: openapi/spec3.sdk.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125903,6 +125903,14 @@
125903
125903
"description": "The currency for the card.",
125904
125904
"type": "string"
125905
125905
},
125906
+
"exp_month": {
125907
+
"description": "The desired expiration month (1-12) for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
125908
+
"type": "integer"
125909
+
},
125910
+
"exp_year": {
125911
+
"description": "The desired 4-digit expiration year for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
125912
+
"type": "integer"
125913
+
},
125906
125914
"expand": {
125907
125915
"description": "Specifies which fields in the response should be expanded.",
0 commit comments