Uses the Component:ProgramCertificateType
Details about the certificate given to the consumer by the manufacturer.
Table 6.100. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CertificateNumber |
The number assigned to the program certificate. | 1..1 | Field | udt:TextType | |
CertificateTypeCode |
The type of voucher the customer can redeem. | 1..1 | Field | udt:CodeType | |
CertificateEffectiveDate |
The date the program certificate is effective. | 1..1 | Field | udt:DateType | |
CertificateExpirationDate |
The date the program certificate is no longer valid. | 1..1 | Field | udt:DateType |
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.100. ProgramCertificate
<ProgramCertificate> <CertificateNumber>......</CertificateNumber> [1..1] <CertificateTypeCode>......</CertificateTypeCode> [1..1] <CertificateEffectiveDate>......</CertificateEffectiveDate> [1..1] <CertificateExpirationDate>......</CertificateExpirationDate> [1..1] </ProgramCertificate>