@compassdigital/sdk.typescript 4.545.0 → 4.547.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2277,8 +2277,12 @@ export interface ConsumerCashlessTender {
2277
2277
  id?: string;
2278
2278
  // Cashless tender name
2279
2279
  name?: string;
2280
+ // Cashless tender total
2281
+ total?: number;
2282
+ // Cashless tender tender
2283
+ tender?: string;
2280
2284
  // Cashless tender type
2281
- type?: 'badge_pay' | 'stipend' | 'voucher' | 'coupon_voucher';
2285
+ type?: Record<string, any>;
2282
2286
  }
2283
2287
 
2284
2288
  export interface ConsumerGetPaymentCashlessResponse {