11 lines
192 B
C#
11 lines
192 B
C#
namespace Yavsc
|
|
{
|
|
public class PayPalSettings {
|
|
|
|
public string Mode { get; set; }
|
|
public string Secret { get; set; }
|
|
public string ClientId { get; set; }
|
|
|
|
}
|
|
}
|