PaymentPlanTerm
Defines terms for a payment plan - especially a deferred payment plan
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PaymentPlanTermType
Properties: Global, Qualified, ID: oagis-id-265c1c0dd4d345dca5b4e93f291f504e
Content
- Sequence [1..1]
- TotalAmount [0..1] Indicates the total amount of the object associated. This includes the Price and the total of all the charges, allowances and taxes.
- PaymentBasisCode [0..1] The date and time when the payment terms go into effect. Used in conjunction with NumberOfDays
- PaymentAmount [0..1] Amount of payment
- PaymentFrequencyCode [0..1] Defines the frequesncy of payments using a code list
- StartDateTime [0..1] Start timestamp indicating the starting point of the event.
- InterestCharge [0..*] Interest charged for a specific situation - usually used for a payment plan
- Extension [0..1]
from type IdentificationTypefrom type PaymentPlanTermBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type DeferredTermBaseType
- Type DeferredTermType via extension of DeferredTermBaseType (Element DeferredTerm)
Sample instance
<PaymentPlanTerm> <ID/> <IDSet> <ID/> </IDSet> <TotalAmount/> <PaymentBasisCode>token</PaymentBasisCode> <PaymentAmount/> <PaymentFrequencyCode>normalizedString</PaymentFrequencyCode> <StartDateTime></StartDateTime> <InterestCharge> <ID/> <IDSet> <ID/> </IDSet> <PerPaymentAmount/> <TotalInterestAmount/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </InterestCharge> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </PaymentPlanTerm>