Revenue constructor
Revenue(})
Creates an object with information about income from in-app purchases. The parameters price
, currency
are required.
Implementation
Revenue(this.price, this.currency,
{this.quantity,
this.productId,
this.payload,
this.receipt,
this.transactionId});