Skip to content

Commit

Permalink
Changes generated by 877e62b098d0a51101708708917de7a7404dc5e8
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Aug 20, 2024
1 parent 0c2533d commit e82e5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ public class BillingRequestPaymentRequest
/// Amount in minor unit (e.g. pence in GBP, cents in EUR).
/// </summary>
[JsonProperty("amount")]
public int? Amount { get; set; }
public string Amount { get; set; }

/// <summary>
/// The amount to be deducted from the payment as an app fee, to be paid
Expand Down
2 changes: 1 addition & 1 deletion GoCardless/Resources/BillingRequestTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class BillingRequestTemplate
/// <summary>
/// Amount in minor unit (e.g. pence in GBP, cents in EUR).
/// </summary>
[JsonProperty("payment_request_amount")]
[JsonProperty("payment_request_amount")]
public string PaymentRequestAmount { get; set; }

/// <summary>
Expand Down

0 comments on commit e82e5ea

Please sign in to comment.