8 lines
192 B
C#
8 lines
192 B
C#
namespace Yavsc
|
|
{
|
|
public class PayPalSettings {
|
|
public string Secret { get; set; }
|
|
public string UserId { get; set; }
|
|
public string Signature { get; set; }
|
|
}
|
|
} |