FruitBank/Plugins/Nop.Plugin.Payments.PayPalC.../Services/Api/Models/PaymentSources/ApplePay.cs

8 lines
183 B
C#

namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api.Models.PaymentSources;
/// <summary>
/// Represents the Apple Pay payment source
/// </summary>
public class ApplePay
{
}