OrderiOS.cs 202 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class OrderiOS
  5. {
  6. public string orderId;
  7. public string purchaseTime;
  8. public string productId;
  9. }