new CreditTransaction($b)
- Source:
.
Credit Transaction Object
Parameters:
Name | Type | Description |
---|---|---|
$b |
object | |
$b.token |
string | |
$b.fromUserId |
string | |
$b.toUserId |
string | |
$b.amount |
number | |
$b.comment |
string | |
$b.transactionType |
TransactionType | |
$b.anonymous |
boolean |
Members
Amount :number
- Source:
Type:
- number
Anonymous :string
- Source:
Type:
- string
Comment :string
- Source:
Type:
- string
FromUserId :string
- Source:
Type:
- string
Token :string
- Source:
Type:
- string
ToUserId :string
- Source:
Type:
- string
TransactionType :TransactionType.<string>
- Source:
Type:
- TransactionType.<string>