Java com.badlogic.gdx.pay Transaction fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.pay Transaction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.pay Transaction.

The text is from its open source code.

Constructor

Method

StringgetIdentifier()
The item identifier/SKU that matches our item id in the IAP service.
StringgetOrderId()
The original transaction identifier which is unique for each purchase (doesn't change).
voidsetIdentifier(String identifier)
voidsetOrderId(String orderId)
voidsetPurchaseCost(int purchaseCost)
voidsetPurchaseCostCurrency(String purchaseCostCurrency)
voidsetPurchaseTime(Date purchaseTime)
voidsetStoreName(String storeName)