Skip to content

Commit

Permalink
Merge pull request iugu#82 from alexandresanlim/patch-4
Browse files Browse the repository at this point in the history
AccountConfigurationRequestMessage
  • Loading branch information
rscouto authored Dec 10, 2020
2 parents 4c184d9 + 79f42b7 commit f9ecf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iugu.net/Request/AccountConfigurationRequestMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class BankSlipOptions
/// <summary>
/// Dias de Vencimento Extras no Boleto (Ex: 2)
/// </summary>
[JsonProperty("extra_due ")]
[JsonProperty("extra_due")]
public int? ExtraDueDays { get; set; }

/// <summary>
Expand Down

0 comments on commit f9ecf82

Please sign in to comment.