newRevenueByName static method

void newRevenueByName(
  1. String name,
  2. double amount,
  3. int currency
)

Implementation

static void newRevenueByName(String name, double amount, int currency) {}