From e82e5ea2c805651ce897c802c01a1c3d7aa5abab Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:49:29 +0000 Subject: [PATCH] Changes generated by 877e62b098d0a51101708708917de7a7404dc5e8 This commit was automatically created from gocardless/gocardless-dotnet-template@877e62b098d0a51101708708917de7a7404dc5e8 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/10470127537 --- GoCardless/Resources/BillingRequest.cs | 2 +- GoCardless/Resources/BillingRequestTemplate.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GoCardless/Resources/BillingRequest.cs b/GoCardless/Resources/BillingRequest.cs index f98a03c..b900531 100644 --- a/GoCardless/Resources/BillingRequest.cs +++ b/GoCardless/Resources/BillingRequest.cs @@ -825,7 +825,7 @@ public class BillingRequestPaymentRequest /// Amount in minor unit (e.g. pence in GBP, cents in EUR). /// [JsonProperty("amount")] - public int? Amount { get; set; } + public string Amount { get; set; } /// /// The amount to be deducted from the payment as an app fee, to be paid diff --git a/GoCardless/Resources/BillingRequestTemplate.cs b/GoCardless/Resources/BillingRequestTemplate.cs index db509c1..90a406e 100644 --- a/GoCardless/Resources/BillingRequestTemplate.cs +++ b/GoCardless/Resources/BillingRequestTemplate.cs @@ -133,7 +133,7 @@ public class BillingRequestTemplate /// /// Amount in minor unit (e.g. pence in GBP, cents in EUR). /// - [JsonProperty("payment_request_amount")] + [JsonProperty("payment_request_amount")] public string PaymentRequestAmount { get; set; } ///