AccumulateLoyaltyPointRequest constructor
AccumulateLoyaltyPointRequest({
- LoyaltyEventAccumulatePoints? accumulatePoints,
- String? locationId,
- String? idempotencyKey,
Implementation
AccumulateLoyaltyPointRequest({
this.accumulatePoints, this.locationId, this.idempotencyKey
});