Packageplayerio
Classpublic class PayVaultHistoryEntry
InheritancePayVaultHistoryEntry Inheritance Object

Entry in the users pay vault history



Public Properties
 PropertyDefined By
  amount : int
[read-only] The amount of coins in the entry
PayVaultHistoryEntry
  itemKeys : Array
[read-only] The item keys relating to the entry
PayVaultHistoryEntry
  providerPrice : String
[read-only] The price paid by the user as a formatted currency string (e.g, $20.00 USD)
PayVaultHistoryEntry
  providerTransactionId : String
[read-only] The provider transaction id relating to this entry
PayVaultHistoryEntry
  reason : String
[read-only] The user-specified reason for creating the entry (used by debit/credit)
PayVaultHistoryEntry
  timestamp : Date
[read-only] The timestamp of the event
PayVaultHistoryEntry
  type : String
[read-only] The type of the entry: 'credit', 'debit','use'....
PayVaultHistoryEntry
Property Detail
amountproperty
amount:int  [read-only]

The amount of coins in the entry


Implementation
    public function get amount():int
itemKeysproperty 
itemKeys:Array  [read-only]

The item keys relating to the entry


Implementation
    public function get itemKeys():Array
providerPriceproperty 
providerPrice:String  [read-only]

The price paid by the user as a formatted currency string (e.g, $20.00 USD)


Implementation
    public function get providerPrice():String
providerTransactionIdproperty 
providerTransactionId:String  [read-only]

The provider transaction id relating to this entry


Implementation
    public function get providerTransactionId():String
reasonproperty 
reason:String  [read-only]

The user-specified reason for creating the entry (used by debit/credit)


Implementation
    public function get reason():String
timestampproperty 
timestamp:Date  [read-only]

The timestamp of the event


Implementation
    public function get timestamp():Date
typeproperty 
type:String  [read-only]

The type of the entry: 'credit', 'debit','use'....


Implementation
    public function get type():String