sodexo-deposit-detail-template
The sodexo-deposit-detail-template component displays detailed information about a specific user deposit.
Properties
| Property | HTML Attribute | Type | Default | Description |
|---|---|---|---|---|
badgeId | badge-id | string | - | Badge identifier associated with the deposit |
depositId | deposit-id | string | - | Deposit identifier to display details for |
Usage
- HTML
<!DOCTYPE html>
<html>
<sodexo-deposit-detail-template badge-id="badge-123" deposit-id="deposit-456"></sodexo-deposit-detail-template>
</html>