Skip to content

Commit

Permalink
Merge pull request #375 from nofrixion/feature/MOOV-3293-merchant-pay…
Browse files Browse the repository at this point in the history
…mentmethods

MOOV-3293: Added SupportedPaymentMethods field on Merchant class
  • Loading branch information
agranillonf authored Jul 10, 2024
2 parents ab1b95e + f51a7e4 commit d95c922
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NoFrixion.MoneyMoov/Models/Merchant/Merchant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ public class Merchant
/// For internal use only.
/// </summary>
public string? ModulrCustomerID { get; set; }

/// <summary>
/// The payment methods that are configured and supported for this merchant.
/// Returned as a comma-separated list of PaymentMethodTypeEnum values.
/// </summary>
public PaymentMethodTypeEnum SupportedPaymentMethods { get; set; }

/// <summary>
/// The role of the identity that loaded the merchant record.
Expand Down

0 comments on commit d95c922

Please sign in to comment.