This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class PayPalPaymentCreatedResponse | |
{ | |
public string id { get; set; } | |
public string intent { get; set; } | |
public string state { get; set; } | |
public Payer payer { get; set; } | |
public Transaction[] transactions { get; set; } | |
public DateTime create_time { get; set; } | |
public Link[] links { get; set; } |