AdjustLoyaltyPointRequest constructor

AdjustLoyaltyPointRequest({
  1. String? idempotencyKey,
  2. LoyaltyEventAdjustPoints? adjustPoints,
})

Implementation

AdjustLoyaltyPointRequest({
  this.idempotencyKey, this.adjustPoints
});