Uses the Component:CouponType
Coupons associated with job
Table 6.52. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CouponID |
Identification of Coupon dealership service application | 0..1 | Field | udt:IdentifierType | |
CouponDescription |
Text identification of Coupon | 0..* | Field | udt:TextType | |
CouponDiscountAmount |
Credit Price for coupons | 0..1 | Field | udt:AmountType | |
CouponComment |
Comments associated with the coupon (e.g., Please rotate tire to front left). | 0..1 | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.52. Coupon
<Coupon> <CouponID>......</CouponID> [0..1] <CouponDescription>......</CouponDescription> [0..*] <CouponDiscountAmount>......</CouponDiscountAmount> [0..1] <CouponComment>......</CouponComment> [0..1] </Coupon>