Uses the Component:CreditContractCouponType
The CreditContractCoupon component represents a discount associated with the contract.
Table 6.78. 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 | |
| DiscountPercentage |
Percentage of discount. | 0..1 | Field | udt:PercentType |
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.78. CreditContractCoupon
<CreditContractCoupon>
<CouponID>......</CouponID> [0..1]
<CouponDescription>......</CouponDescription> [0..*]
<CouponDiscountAmount>......</CouponDiscountAmount> [0..1]
<CouponComment>......</CouponComment> [0..1]
<DiscountPercentage>......</DiscountPercentage> [0..1]
</CreditContractCoupon>