We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d7fe4 commit 5588e79Copy full SHA for 5588e79
src/Stripe.net/Entities/StripeCard.cs
@@ -128,5 +128,15 @@ internal object InternalRecipient
128
129
[JsonProperty("tokenization_method")]
130
public string TokenizationMethod { get; set; }
131
+
132
+ // The properties below are for internal use only and not returned as part of standard API requests.
133
+ [JsonProperty("description")]
134
+ public string Description { get; set; }
135
136
+ [JsonProperty("iin")]
137
+ public string IIN { get; set; }
138
139
+ [JsonProperty("issuer")]
140
+ public string Issuer { get; set; }
141
}
142
0 commit comments