Skip to content

Commit

Permalink
Merge pull request #1577 from stripe/remi-add-charge-pmd-3ds
Browse files Browse the repository at this point in the history
Add basic fields in Charge's PMD 3DS field
  • Loading branch information
remi-stripe authored Apr 17, 2019
2 parents a703a9d + 29f52b3 commit 3cda6c1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ namespace Stripe

public class ChargePaymentMethodDetailsCardThreeDSecure : StripeEntity
{
[JsonProperty("succeeded")]
public bool Succeeded { get; set; }

[JsonProperty("version")]
public string Version { get; set; }
}
}

0 comments on commit 3cda6c1

Please sign in to comment.