MobileRadioRewardDetail
Represents a mobile radio reward share.
type MobileRadioRewardDetail {
cbsdId: String
dcTransferReward: BigInt
formattedDcTransferReward: String
formattedPocReward: String
hotspotKey: String
pocReward: BigInt
}
Fields
MobileRadioRewardDetail.cbsdId
● String
scalar
The CBSD ID.
MobileRadioRewardDetail.dcTransferReward
● BigInt
scalar
The amount of DC transfer rewards.
MobileRadioRewardDetail.formattedDcTransferReward
● String
scalar
The formatted amount of DC transfer rewards.
MobileRadioRewardDetail.formattedPocReward
● String
scalar
The formatted amount of POC rewards.
MobileRadioRewardDetail.hotspotKey
● String
scalar
The key of the hotspot.
MobileRadioRewardDetail.pocReward
● BigInt
scalar
The amount of POC rewards.
Implemented By
MobileRewardShareDetail
union