Skip to content

Commit f7bdda8

Browse files
authored
Merge pull request #2072 from stripe/remi-add-acss-mandate
Add support for `Mandate` in `ChargePaymentMethodDetailsAcssDebit`
2 parents 65a4ea1 + 9475d3b commit f7bdda8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Stripe.net/Entities/Charges/ChargePaymentMethodDetails/ChargePaymentMethodDetailsAcssDebit.cs

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ public class ChargePaymentMethodDetailsAcssDebit : StripeEntity<ChargePaymentMet
2424
[JsonProperty("last4")]
2525
public string Last4 { get; set; }
2626

27+
/// <summary>
28+
/// ID of the mandate used to make this payment.
29+
/// </summary>
30+
[JsonProperty("mandate")]
31+
public string Mandate { get; set; }
32+
2733
/// <summary>
2834
/// Transit number of the bank account.
2935
/// </summary>

0 commit comments

Comments
 (0)