namespace SPlugins { public class GooglePlaySKUDetailData { //아이템 아이디 public string sku { get; set; } //아이템 타입 "inapp" - 구매 제품, "subs" - 구독 제품 //Value must be “inapp” for an in-app product or "subs" for subscriptions. public string ItemType { get; set; } //판매 가격 //Formatted price of the item, including its currency sign. //The price does not include tax. public string price { get; set; } //판매 아이템 이름 //Title of the product. public string title { get; set; } //판매 아이템 설명 //Description of the product. public string description { get; set; } //빌링 서버에서 보내준 JSON 형식 데이터 public string originalJsonData { get; set; } } }/*namespace SPlugins*/
2014년 8월 25일 월요일
SInAppPurchase for GooglePlay - GooglePlaySKUDetailData API설명
피드 구독하기:
댓글
(
Atom
)
댓글 없음 :
댓글 쓰기