Skip to content

Commit

Permalink
Rename DuplicateChargeDocumentation to be more consistent with FileId (
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe authored and ob-stripe committed Mar 30, 2019
1 parent f297958 commit bf3d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stripe.net/Services/Disputes/DisputeEvidenceOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class DisputeEvidenceOptions : INestedOptions
public string CustomerSignatureFileId { get; set; }

[JsonProperty("duplicate_charge_documentation")]
public string DuplicateChargeDocumentation { get; set; }
public string DuplicateChargeDocumentationFileId { get; set; }

[JsonProperty("duplicate_charge_explanation")]
public string DuplicateChargeExplanation { get; set; }
Expand Down

0 comments on commit bf3d79f

Please sign in to comment.