Skip to content

Commit 9475d3b

Browse files
committed
Add support for Mandate in ChargePaymentMethodDetailsAcssDebit
1 parent 7360a23 commit 9475d3b

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)