billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
11
Yavsc/ViewModels/PayPal/PaymentInfo.cs
Normal file
11
Yavsc/ViewModels/PayPal/PaymentInfo.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using PayPal.Api;
|
||||
using Yavsc.Models.Payment;
|
||||
|
||||
namespace Yavsc.ViewModels.PayPal
|
||||
{
|
||||
public class PaymentInfo
|
||||
{
|
||||
public PaypalPayment DbContent { get; set; }
|
||||
public Payment FromPaypal { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue