Skip to content

Commit

Permalink
Improve docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakar-stripe committed Feb 22, 2018
1 parent df176de commit 50960b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stripe.net/Services/Topups/StripeTopupCreateOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Stripe
public class StripeTopupCreateOptions : StripeBaseOptions
{
/// <summary>
/// A positive integer in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a 0-decimal currency) representing how much to charge the card.
/// A positive integer in the smallest currency unit (e.g., 100 cents to top up $1.00 or 100 to top up ¥100, a 0-decimal currency) representing how much to top up your Stripe balance.
/// </summary>
[JsonProperty("amount")]
public int? Amount { get; set; }
Expand Down

0 comments on commit 50960b8

Please sign in to comment.