From f51a7e4bac751e1c86f7e2a0c7d1207fa47516bc Mon Sep 17 00:00:00 2001 From: Axel Granillo Date: Tue, 9 Jul 2024 22:37:26 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20MOOV-3293:=20Added=20SupportedPayme?= =?UTF-8?q?ntMethods=20field=20on=20Merchant=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs b/src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs index 0d98630b..ceae698a 100755 --- a/src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs +++ b/src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs @@ -101,6 +101,12 @@ public class Merchant /// For internal use only. /// public string? ModulrCustomerID { get; set; } + + /// + /// The payment methods that are configured and supported for this merchant. + /// Returned as a comma-separated list of PaymentMethodTypeEnum values. + /// + public PaymentMethodTypeEnum SupportedPaymentMethods { get; set; } /// /// The role of the identity that loaded the merchant record.