setPaidAmount method

BaseEvent setPaidAmount(
  1. double paidAmount
)

Implementation

BaseEvent setPaidAmount(double paidAmount) {
  eventProperties["paid_amount"] = paidAmount;
  return this;
}