Coupon

Uses the Component:CouponType

Coupons associated with job

Fields and Components

Table 6.52. Fields and Components

Name Description Occurrence Type Data Type User Notes
CouponID

Identification of Coupon dealership service application

0..1Field udt:IdentifierType  
CouponDescription

Text identification of Coupon

0..*Field udt:TextType  
CouponDiscountAmount

Credit Price for coupons

0..1Field udt:AmountType  
CouponComment

Comments associated with the coupon (e.g., Please rotate tire to front left).

0..1Field udt:TextType  

Sample XML

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>