Skip to content

Commit

Permalink
Make ChargePaymentMethodDetailsCard.Moto nullable (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Aug 16, 2019
1 parent 9c12ed2 commit 21d349f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class ChargePaymentMethodDetailsCard : StripeEntity
/// True if this payment was marked as MOTO and out of scope for SCA.
/// </summary>
[JsonProperty("moto")]
public bool Moto { get; set; }
public bool? Moto { get; set; }

/// <summary>
/// Populated if this transaction used 3D Secure authentication.
Expand Down

0 comments on commit 21d349f

Please sign in to comment.