AccumulateLoyaltyPointRequest constructor

AccumulateLoyaltyPointRequest({
  1. LoyaltyEventAccumulatePoints? accumulatePoints,
  2. String? locationId,
  3. String? idempotencyKey,
})

Implementation

AccumulateLoyaltyPointRequest({
  this.accumulatePoints, this.locationId, this.idempotencyKey
});